forked from Supositware/Haha-Yes
match: rest
This commit is contained in:
parent
b0a7d9783b
commit
0aec68325e
2 changed files with 4 additions and 4 deletions
|
@ -4,14 +4,14 @@ class StatusCommand extends Command {
|
|||
constructor() {
|
||||
super('status', {
|
||||
aliases: ['status'],
|
||||
split: 'none',
|
||||
category: 'owner',
|
||||
ownerOnly: 'true',
|
||||
args: [
|
||||
{
|
||||
id: 'status',
|
||||
prompt: 'Wich status should i have?',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
match: 'rest'
|
||||
}
|
||||
],
|
||||
description: {
|
||||
|
|
|
@ -4,14 +4,14 @@ class usernameCommand extends Command {
|
|||
constructor() {
|
||||
super('username', {
|
||||
aliases: ['username'],
|
||||
split: 'none',
|
||||
category: 'owner',
|
||||
ownerOnly: 'true',
|
||||
args: [
|
||||
{
|
||||
id: 'username',
|
||||
prompt: 'Wich username should i have?',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
match: 'rest'
|
||||
}
|
||||
],
|
||||
description: {
|
||||
|
|
Loading…
Reference in a new issue