Match rest

merge-requests/3/head
Loic Bersier 5 years ago
parent 656bfc5ce1
commit 18e89d929b

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

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

Loading…
Cancel
Save