changed split type

merge-requests/1/head
Loic Bersier 5 years ago
parent 229e817b21
commit e3082c228e

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