From 67a4bc0ef844dad78a1ae6144810dd8f47591aa1 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 21 Nov 2019 23:44:05 +0100 Subject: [PATCH] Change message --- commands/utility/seetag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/seetag.js b/commands/utility/seetag.js index ffb8010c..f9b15ac6 100644 --- a/commands/utility/seetag.js +++ b/commands/utility/seetag.js @@ -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]}); }); }); }