diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-05 22:56:44 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-05 22:56:44 -0400 |
commit | 7894d181d4863e3031c3f7721c345077cc5bc613 (patch) | |
tree | 19ab9bfad9de16cc5edd4b1e9e7730c4ec515aed /src/commands/moulberry-bush/rule.ts | |
parent | 7824c911806e368f6a1bea7f6b55d1f470b755d1 (diff) | |
download | tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.tar.gz tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.tar.bz2 tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.zip |
add more mappings
Diffstat (limited to 'src/commands/moulberry-bush/rule.ts')
-rw-r--r-- | src/commands/moulberry-bush/rule.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts index d58b78e..25a3ef0 100644 --- a/src/commands/moulberry-bush/rule.ts +++ b/src/commands/moulberry-bush/rule.ts @@ -3,6 +3,7 @@ import { Arg, BushCommand, clientSendAndPermCheck, + mappings, type CommandMessage, type OptArgType, type SlashMessage @@ -98,11 +99,11 @@ export default class RuleCommand extends BushCommand { } ], slash: true, - slashGuilds: ['516977525906341928'], + slashGuilds: [mappings.guilds["Moulberry's Bush"]], channel: 'guild', clientPermissions: (m) => clientSendAndPermCheck(m, [PermissionFlagsBits.EmbedLinks], true), userPermissions: [], - restrictedGuilds: ['516977525906341928'] + restrictedGuilds: [mappings.guilds["Moulberry's Bush"]] }); } |