match rest

This commit is contained in:
Supositware 2019-03-26 19:44:17 +01:00
parent 1ebc081a14
commit 281606606e

View file

@ -8,7 +8,8 @@ class OwnedCommand extends Command {
args: [ args: [
{ {
id: 'member', id: 'member',
type: 'member' type: 'member',
match: 'rest'
} }
], ],
description: { description: {