mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Better README
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class ClearChannelCommand extends Command {
|
||||
usages: 1,
|
||||
duration: 30
|
||||
},
|
||||
clientPermissions: ['MANAGE_CHANNELS'],
|
||||
userPermissions: ['MANAGE_CHANNELS', 'MANAGE_MESSAGES']
|
||||
clientPermissions: ['ADMINISTRATOR'],
|
||||
userPermissions: ['ADMINISTRATOR']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ module.exports = class DonateCommand extends Command {
|
||||
aliases: ['patreon'],
|
||||
group: 'util',
|
||||
memberName: 'donate',
|
||||
description: 'Responds with Xiao\'s Patreon donation link.',
|
||||
description: 'Responds with Xiao\'s donation links.',
|
||||
guarded: true
|
||||
});
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class UpvoteCommand extends Command {
|
||||
aliases: ['upvoters', 'updoot'],
|
||||
group: 'util',
|
||||
memberName: 'upvote',
|
||||
description: 'Responds with Xiao\'s upvoters on Discord Bots.',
|
||||
description: 'Responds with Xiao\'s upvoter link on Discord Bots.',
|
||||
guarded: true
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user