1
0
Fork 0

removed outdated "quoted" thing

akairo
Loïc Bersier 5 years ago
parent 57f4c797e9
commit c9ec968ba5

@ -6,7 +6,6 @@ class TagCommand extends Command {
super('tag', {
aliases: ['tag'],
category: 'admin',
split: 'quoted',
userPermissions: ['MANAGE_MESSAGES'],
args: [
{

@ -6,7 +6,6 @@ class UnTagCommand extends Command {
super('untag', {
aliases: ['untag', 'removetag', 'delete'],
category: 'admin',
split: 'none',
userPermissions: ['MANAGE_MESSAGES'],
args: [
{

@ -9,7 +9,6 @@ class TtsvcCommand extends Command {
super('ttsvc', {
aliases: ['ttsvc'],
category: 'fun',
split: 'none',
args: [
{
id: 'text',

@ -7,7 +7,6 @@ class IdubbbzCommand extends Command {
super('idubbbz', {
aliases: ['idubbbz', 'edups'],
category: 'images',
split: 'quoted',
args: [
{
id: 'text',

@ -4,7 +4,6 @@ class RebootCommand extends Command {
constructor() {
super('reboot', {
aliases: ['ded', 'reboot', 'restart'],
split: 'none',
category: 'owner',
ownerOnly: 'true',
description: {

Loading…
Cancel
Save