forked from Supositware/Haha-Yes
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', {
|
||||
aliases: ['ban'],
|
||||
category: 'admin',
|
||||
split: 'quote',
|
||||
args: [
|
||||
{
|
||||
id: 'member',
|
||||
|
|
|
@ -5,6 +5,7 @@ class KickCommand extends Command {
|
|||
super('kick', {
|
||||
aliases: ['kick'],
|
||||
category: 'admin',
|
||||
split: 'quoted',
|
||||
args: [
|
||||
{
|
||||
id: 'member',
|
||||
|
|
Loading…
Reference in a new issue