Match rest

merge-requests/3/head
loicbersier 5 years ago
parent f78678174f
commit 608c4fea90

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

Loading…
Cancel
Save