From 44521f4560dc8b0bab055685437d8fa65a34377f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 21 Oct 2021 23:35:13 -0400 Subject: misc --- src/commands/moulberry-bush/capePerms.ts | 8 ++++---- src/commands/moulberry-bush/serverStatus.ts | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'src/commands/moulberry-bush') diff --git a/src/commands/moulberry-bush/capePerms.ts b/src/commands/moulberry-bush/capePerms.ts index e26a5a4..4b7a3eb 100644 --- a/src/commands/moulberry-bush/capePerms.ts +++ b/src/commands/moulberry-bush/capePerms.ts @@ -23,9 +23,6 @@ export default class CapePermissionsCommand extends BushCommand { } } ], - clientPermissions: (m) => util.clientSendAndPermCheck(m, ['EMBED_LINKS'], true), - userPermissions: [], - channel: 'guild', slash: true, slashOptions: [ { @@ -34,7 +31,10 @@ export default class CapePermissionsCommand extends BushCommand { type: 'STRING', required: true } - ] + ], + clientPermissions: (m) => util.clientSendAndPermCheck(m, ['EMBED_LINKS'], true), + userPermissions: [], + channel: 'guild' }); } diff --git a/src/commands/moulberry-bush/serverStatus.ts b/src/commands/moulberry-bush/serverStatus.ts index f4a80d4..568dd38 100644 --- a/src/commands/moulberry-bush/serverStatus.ts +++ b/src/commands/moulberry-bush/serverStatus.ts @@ -12,8 +12,6 @@ export default class ServerStatusCommand extends BushCommand { examples: ['serverstatus', 'ss'], content: "Gives the status of moulberry's server" }, - ratelimit: 4, - cooldown: 4000, clientPermissions: (m) => util.clientSendAndPermCheck(m, ['EMBED_LINKS'], true), userPermissions: [], slash: true -- cgit