1
0
Fork 0

Change message

akairo
loicbersier 5 years ago
parent af611e7d18
commit 67a4bc0ef8

@ -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]});
}); });
}); });
} }

Loading…
Cancel
Save