From 53d8d5e551e9a239fd4c48c7dca4e1f6fb8d81e9 Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> Date: Wed, 26 May 2021 10:53:16 -0600 Subject: pronouns command and use guild slash commands for testing not global --- src/config/example-options.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 5bfb92f..f835321 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -11,6 +11,7 @@ export const owners = [ ]; export const prefix = '-' as string; export const dev = true as boolean; +export const devGuild = '695310188764332072' as string; export const channels = { log: 'id here', error: 'id here', -- cgit