aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush/moulHammer.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 22:56:44 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 22:56:44 -0400
commit7894d181d4863e3031c3f7721c345077cc5bc613 (patch)
tree19ab9bfad9de16cc5edd4b1e9e7730c4ec515aed /src/commands/moulberry-bush/moulHammer.ts
parent7824c911806e368f6a1bea7f6b55d1f470b755d1 (diff)
downloadtanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.tar.gz
tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.tar.bz2
tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.zip
add more mappings
Diffstat (limited to 'src/commands/moulberry-bush/moulHammer.ts')
-rw-r--r--src/commands/moulberry-bush/moulHammer.ts14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/commands/moulberry-bush/moulHammer.ts b/src/commands/moulberry-bush/moulHammer.ts
index 0eeb769..277f051 100644
--- a/src/commands/moulberry-bush/moulHammer.ts
+++ b/src/commands/moulberry-bush/moulHammer.ts
@@ -1,4 +1,12 @@
-import { BushCommand, clientSendAndPermCheck, colors, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
+import {
+ BushCommand,
+ clientSendAndPermCheck,
+ colors,
+ mappings,
+ type ArgType,
+ type CommandMessage,
+ type SlashMessage
+} from '#lib';
import assert from 'assert';
import { ApplicationCommandOptionType, EmbedBuilder, PermissionFlagsBits } from 'discord.js';
@@ -22,8 +30,8 @@ export default class MoulHammerCommand extends BushCommand {
],
slash: true,
channel: 'guild',
- slashGuilds: ['516977525906341928'],
- restrictedGuilds: ['516977525906341928'],
+ slashGuilds: [mappings.guilds["Moulberry's Bush"]],
+ restrictedGuilds: [mappings.guilds["Moulberry's Bush"]],
clientPermissions: (m) => clientSendAndPermCheck(m, [PermissionFlagsBits.EmbedLinks], true),
userPermissions: []
});