forked from Supositware/Haha-Yes
Match rest
This commit is contained in:
parent
f78678174f
commit
608c4fea90
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ class UnTagCommand extends Command {
|
|||
args: [
|
||||
{
|
||||
id: 'trigger',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
match: 'rest'
|
||||
}
|
||||
],
|
||||
channelRestriction: 'guild',
|
||||
|
|
Loading…
Reference in a new issue