match: rest

This commit is contained in:
Supositware 2019-05-03 11:52:13 +02:00
parent b0a7d9783b
commit 0aec68325e
2 changed files with 4 additions and 4 deletions

View file

@ -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: {

View file

@ -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: {