Fixed category name and added "match: rest"

merge-requests/3/head
Supositware 5 years ago
parent b3230a1287
commit d58672f785

@ -6,11 +6,12 @@ class fartpissCommand extends Command {
aliases: ['fartpiss'], aliases: ['fartpiss'],
cooldown: 86400000, cooldown: 86400000,
ratelimit: 5, ratelimit: 5,
category: 'reserver', category: 'reserved',
args: [ args: [
{ {
id: 'member', id: 'member',
type: 'member' type: 'member',
match: 'rest'
} }
], ],
description: { description: {

Loading…
Cancel
Save