EcoBot/commands/lefishe.js

9 lines
159 B
JavaScript
Raw Permalink Normal View History

2021-11-22 23:37:00 +00:00
module.exports = {
api: {
name: "lefishe",
description: "Vibin :D"
},
run: (int, client, index) => {
int.reply(`<a:lefishe:912288872422051880>`);
}
}