aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-25 19:00:38 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-25 19:00:38 -0400
commit88e68875030086f5acf2c4295280e1b370242ec7 (patch)
tree1abbde525d54de5dceb4e99b3ea4c78bdb8816d4 /src/config
parent479122efbd892c513b12b00f7860659e7fff8116 (diff)
downloadtanzanite-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.ts4
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'
}
});