fixed command category
This commit is contained in:
parent
0e4667a298
commit
3b4d653132
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default {
|
||||||
description: 'Bot administration',
|
description: 'Bot administration',
|
||||||
removeEmptyArgs: true,
|
removeEmptyArgs: true,
|
||||||
restrict: 'BOTOWNER',
|
restrict: 'BOTOWNER',
|
||||||
category: 'moderation',
|
category: 'owner',
|
||||||
run: async (message: MessageCommandContext, args: string[]) => {
|
run: async (message: MessageCommandContext, args: string[]) => {
|
||||||
if (!args.length) return message.reply('No subcommand specified. Available subcommands: ' + SUBCOMMANDS.join(', '));
|
if (!args.length) return message.reply('No subcommand specified. Available subcommands: ' + SUBCOMMANDS.join(', '));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue