mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Fix up tweet aliases
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = class TweetCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'tweet',
|
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',
|
group: 'edit-image-text',
|
||||||
memberName: 'tweet',
|
memberName: 'tweet',
|
||||||
description: 'Sends a Twitter tweet with the user and text of your choice.',
|
description: 'Sends a Twitter tweet with the user and text of your choice.',
|
||||||
|
|||||||
Reference in New Issue
Block a user