diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-19 16:43:37 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-19 16:43:37 -0400 |
commit | ea64ebfff9aae32deb036643422d3427959dcd24 (patch) | |
tree | 5ab83558642bad282515837424637070f547a05e /src/config | |
parent | d055e0dbb86ef7fd4ee96a1531b51181e825fb4b (diff) | |
download | tanzanite-ea64ebfff9aae32deb036643422d3427959dcd24.tar.gz tanzanite-ea64ebfff9aae32deb036643422d3427959dcd24.tar.bz2 tanzanite-ea64ebfff9aae32deb036643422d3427959dcd24.zip |
feat(*): A bunch of stuff
- Remade logging
- updated dependencies
- started adding custom crap to the command handler
- added emojis to stuff
- can't remeber other stuff
Note: this is currently broken
BREAKING CHANGE:
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/example-options.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index a00ba42..ce8f782 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -2,7 +2,9 @@ import { Snowflake } from 'discord.js'; // Credentials export const credentials = { - botToken: 'token here' + token: 'Token Here', + devToken: 'Token Here', + hypixelApiKey: 'API Key Here' }; // Options |