changed split type
This commit is contained in:
parent
229e817b21
commit
e3082c228e
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ class BanCommand extends Command {
|
||||||
super('ban', {
|
super('ban', {
|
||||||
aliases: ['ban'],
|
aliases: ['ban'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
|
split: 'quote',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'member',
|
id: 'member',
|
||||||
|
|
|
@ -5,6 +5,7 @@ class KickCommand extends Command {
|
||||||
super('kick', {
|
super('kick', {
|
||||||
aliases: ['kick'],
|
aliases: ['kick'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
|
split: 'quoted',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'member',
|
id: 'member',
|
||||||
|
|
Loading…
Reference in a new issue