forked from Supositware/Haha-Yes
Fixed category name and added "match: rest"
This commit is contained in:
parent
b3230a1287
commit
d58672f785
1 changed files with 3 additions and 2 deletions
|
@ -6,11 +6,12 @@ class fartpissCommand extends Command {
|
|||
aliases: ['fartpiss'],
|
||||
cooldown: 86400000,
|
||||
ratelimit: 5,
|
||||
category: 'reserver',
|
||||
category: 'reserved',
|
||||
args: [
|
||||
{
|
||||
id: 'member',
|
||||
type: 'member'
|
||||
type: 'member',
|
||||
match: 'rest'
|
||||
}
|
||||
],
|
||||
description: {
|
||||
|
|
Loading…
Reference in a new issue