match: rest

merge-requests/3/head
Supositware 5 years ago
parent b0a7d9783b
commit 0aec68325e

@ -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…
Cancel
Save