From a6b49061c1b68747ad4e67906efef15fc5a62a2a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 26 Apr 2024 09:13:11 -0400 Subject: [PATCH] Add excrete as tweet alias --- commands/edit-image-text/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 30bc5898..9d618cdd 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'], + aliases: ['fake-tweet', 'twitter-tweet', 'fake-twitter-tweet', 'x-post', 'x', 'fake-x-post', 'excrete', 'xcrete'], group: 'edit-image-text', memberName: 'tweet', description: 'Sends a Twitter tweet with the user and text of your choice.',