1
0
Fork 0

Match rest

akairo
Loic Bersier 5 years ago
parent 656bfc5ce1
commit 18e89d929b

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

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

Loading…
Cancel
Save