forked from Supositware/Haha-Yes
Match rest
This commit is contained in:
parent
656bfc5ce1
commit
18e89d929b
2 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue