Change message

This commit is contained in:
loicbersier 2019-11-21 23:44:05 +01:00
parent af611e7d18
commit 67a4bc0ef8

View file

@ -93,7 +93,7 @@ class seetagCommand extends Command {
.catch(() => { .catch(() => {
tagTxt('tags', tagList) tagTxt('tags', tagList)
.then(path => { .then(path => {
return message.channel.send('This tag is to big to be shown on discord! Sending it as a file', {files: [path]}); return message.channel.send('There is too much tag to be shown on discord! Sending it as a file', {files: [path]});
}); });
}); });
} }