mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix up tweet aliases
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user