diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/example-options.ts | 1 |
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', |