From e49363061d6c35dfbe6712f52233ad2776d8f236 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 25 Nov 2019 23:30:21 +0100 Subject: [PATCH] removed that space, it bothered me --- 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 ad99a717..9fdcdf72 100644 --- a/commands/general/tweet.js +++ b/commands/general/tweet.js @@ -25,7 +25,7 @@ class tweetCommand extends Command { } ], description: { - content: 'Send tweet from Haha yes twitter account (NOTE: all the tweet sent using this command are logged, so don\'t say nasty thing or you might get blacklisted from it! )', + content: 'Send tweet from Haha yes twitter account (NOTE: all the tweet sent using this command are logged, so don\'t say nasty thing or you might get blacklisted from it!)', usage: '[text]', examples: ['this epic tweet is in my epic twitter'] }