aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-26 10:53:16 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-26 10:53:16 -0600
commit53d8d5e551e9a239fd4c48c7dca4e1f6fb8d81e9 (patch)
tree15896b71e22fd7d1d002364c969bf14a00a29af0 /src/config
parent9c345bf5f62eeb3f9f7246d8259e0978a18c7bc0 (diff)
downloadtanzanite-53d8d5e551e9a239fd4c48c7dca4e1f6fb8d81e9.tar.gz
tanzanite-53d8d5e551e9a239fd4c48c7dca4e1f6fb8d81e9.tar.bz2
tanzanite-53d8d5e551e9a239fd4c48c7dca4e1f6fb8d81e9.zip
pronouns command and use guild slash commands for testing not global
Diffstat (limited to 'src/config')
-rw-r--r--src/config/example-options.ts1
1 files changed, 1 insertions, 0 deletions
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',