mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Update Category of command
This commit is contained in:
parent
dbd7b5c88d
commit
2f9147b94c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = class AbaondonAll extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
get metadata() { return {
|
get metadata() { return {
|
||||||
category: 'Curator',
|
category: 'Admin',
|
||||||
description: 'Abandons all supports of the bot or of a given account.',
|
description: 'Abandons all supports of the bot or of a given account.',
|
||||||
usage: '[id|@mention]'
|
usage: '[id|@mention]'
|
||||||
}; }
|
}; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue