Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -6,7 +6,6 @@ module.exports = class NoopCommand extends Command {
name: 'noop',
aliases: ['no-op', 'nop'],
group: 'other',
memberName: 'noop',
description: 'Does nothing.'
});
}
-1
View File
@@ -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,
-1
View File
@@ -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: {