forked from Supositware/Haha-Yes
Change message
This commit is contained in:
parent
af611e7d18
commit
67a4bc0ef8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class seetagCommand extends Command {
|
|||
.catch(() => {
|
||||
tagTxt('tags', tagList)
|
||||
.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…
Reference in a new issue