diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-25 19:00:38 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-25 19:00:38 -0400 |
commit | 88e68875030086f5acf2c4295280e1b370242ec7 (patch) | |
tree | 1abbde525d54de5dceb4e99b3ea4c78bdb8816d4 /src/config | |
parent | 479122efbd892c513b12b00f7860659e7fff8116 (diff) | |
download | tanzanite-88e68875030086f5acf2c4295280e1b370242ec7.tar.gz tanzanite-88e68875030086f5acf2c4295280e1b370242ec7.tar.bz2 tanzanite-88e68875030086f5acf2c4295280e1b370242ec7.zip |
feat: add more buttons to help command
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/example-options.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 55e655c..2ae18a4 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -29,5 +29,9 @@ export default new Config({ db: false, verbose: false, info: true + }, + supportGuild: { + id: '812400566235430912', + invite: 'https://discord.gg/mWtDmq6XcB' } }); |