forked from Supositware/Haha-Yes
match rest
This commit is contained in:
parent
1ebc081a14
commit
281606606e
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ class OwnedCommand extends Command {
|
|||
args: [
|
||||
{
|
||||
id: 'member',
|
||||
type: 'member'
|
||||
type: 'member',
|
||||
match: 'rest'
|
||||
}
|
||||
],
|
||||
description: {
|
||||
|
|
Loading…
Reference in a new issue