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();