mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -6,7 +6,6 @@ module.exports = class NoopCommand extends Command {
|
||||
name: 'noop',
|
||||
aliases: ['no-op', 'nop'],
|
||||
group: 'other',
|
||||
memberName: 'noop',
|
||||
description: 'Does nothing.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class PortalSendCommand extends Command {
|
||||
name: 'portal-send',
|
||||
aliases: ['portal'],
|
||||
group: 'other',
|
||||
memberName: 'portal-send',
|
||||
description: 'Send a message to a portal channel.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class PruneCommand extends Command {
|
||||
name: 'prune',
|
||||
aliases: ['clear', 'bulk-delete'],
|
||||
group: 'other',
|
||||
memberName: 'prune',
|
||||
description: 'Deletes up to 99 messages from the current channel.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
Reference in New Issue
Block a user