mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hofix allsupports command
This commit is contained in:
parent
d3ac0b6399
commit
cc7f31a723
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = class AllSupports extends Command {
|
|||
get _options() { return {
|
||||
aliases: ['asups', 'allsups'],
|
||||
permissions: ['admin'],
|
||||
minimumArgs: 1
|
||||
minimumArgs: 0
|
||||
}; }
|
||||
|
||||
async exec(message, { args }) {
|
||||
|
|
Loading…
Add table
Reference in a new issue