1
0
Fork 0

changed split type

akairo
Loic Bersier 6 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