EcoBot/commands/lefishe.js
2021-11-23 00:37:00 +01:00

9 lines
159 B
JavaScript

module.exports = {
api: {
name: "lefishe",
description: "Vibin :D"
},
run: (int, client, index) => {
int.reply(`<a:lefishe:912288872422051880>`);
}
}