diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 9d618cdd..5ab0719f 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -16,7 +16,7 @@ module.exports = class TweetCommand extends Command { constructor(client) { super(client, { name: 'tweet', - aliases: ['fake-tweet', 'twitter-tweet', 'fake-twitter-tweet', 'x-post', 'x', 'fake-x-post', 'excrete', 'xcrete'], + aliases: ['fake-tweet', 'twitter', 'x-post', 'excrete', 'xcrete', 'crete'], group: 'edit-image-text', memberName: 'tweet', description: 'Sends a Twitter tweet with the user and text of your choice.',