Match rest

This commit is contained in:
loicbersier 2019-06-20 02:48:01 +02:00
parent f78678174f
commit 608c4fea90

View file

@ -11,7 +11,8 @@ class UnTagCommand extends Command {
args: [ args: [
{ {
id: 'trigger', id: 'trigger',
type: 'string' type: 'string',
match: 'rest'
} }
], ],
channelRestriction: 'guild', channelRestriction: 'guild',