diff --git a/commands/utility/taglist.js b/commands/utility/taglist.js index b9cba98..6ad377a 100644 --- a/commands/utility/taglist.js +++ b/commands/utility/taglist.js @@ -58,7 +58,7 @@ class taglistCommand extends Command { .setFooter(`You have ${count} tags on this server`); message.channel.send(tagEmbed).catch(() => { - return message.channel.send('There is too much tag to be shown in an embed, sending file', {files: [`./tag/${message.guild.id}.json`]}) + return message.channel.send('There is too much tag to be shown in an embed, sending file', {files: [`./tag/${message.guild.id}.json`]}); }); });