Update Category of command

This commit is contained in:
Ralph 2020-08-17 17:11:54 -04:00 committed by GitHub
parent dbd7b5c88d
commit 2f9147b94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ module.exports = class AbaondonAll extends Command {
}
get metadata() { return {
category: 'Curator',
category: 'Admin',
description: 'Abandons all supports of the bot or of a given account.',
usage: '[id|@mention]'
}; }