forked from Supositware/Haha-Yes
removed outdated "quoted" thing
This commit is contained in:
parent
57f4c797e9
commit
c9ec968ba5
5 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue