forked from Supositware/Haha-Yes
missing semicolon
This commit is contained in:
parent
3ec0ab0afc
commit
92f4b969b6
1 changed files with 1 additions and 1 deletions
|
@ -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`]});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue