Match rest

This commit is contained in:
Loic Bersier 2019-02-26 02:45:35 +01:00
parent 656bfc5ce1
commit 18e89d929b
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,8 @@ class censorCommand extends Command {
args: [
{
id: 'word',
type: 'string'
type: 'string',
match: 'rest'
}
],
description: {

View file

@ -10,7 +10,8 @@ class uncensorCommand extends Command {
args: [
{
id: 'word',
type: 'string'
type: 'string',
match: 'rest'
}
],
description: {