Hofix allsupports command

This commit is contained in:
Snazzah 2021-06-10 21:57:10 -05:00
parent d3ac0b6399
commit cc7f31a723
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E

View file

@ -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 }) {