From d158928bfbea4ac4ddcd45cf20d274897cae1a3d Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 26 Nov 2019 18:12:48 +0100 Subject: [PATCH] Made this sentence a little better --- commands/general/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/tweet.js b/commands/general/tweet.js index 4e658ae3..f5d9b483 100644 --- a/commands/general/tweet.js +++ b/commands/general/tweet.js @@ -120,7 +120,7 @@ class tweetCommand extends Command { }); }); } else { - return message.channel.send('File type not supported, you can send jpg/png/gif'); + return message.channel.send('File type not supported, you can only send jpg/png/gif'); } } else { Tweet();