Add excrete as tweet alias

This commit is contained in:
Dragon Fire
2024-04-26 09:13:11 -04:00
parent effc07b16e
commit a6b49061c1
+1 -1
View File
@@ -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.',