Fixed some bugs - EmotionChild

Fixed some bugs which were causing errors
This commit is contained in:
EmotionChild 2021-12-13 13:25:45 +13:00
parent 732cc0c468
commit b4c4c7bd1e
4 changed files with 61 additions and 48 deletions

View file

@ -10,5 +10,4 @@ module.exports = (client, interaction) => {
});
command.run(client, interaction);
};