added emoji command
This commit is contained in:
parent
05b96f7eb6
commit
a6ce102e05
2 changed files with 1 additions and 4 deletions
|
@ -20,9 +20,6 @@ module.exports = {
|
|||
|
||||
for (const file of commandFiles) {
|
||||
const command = require(`./${file}`);
|
||||
|
||||
|
||||
|
||||
embed.addFields(
|
||||
{ name: prefix+command.name, value: command.description },
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue