diff options
author | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-04-27 21:16:32 -0600 |
---|---|---|
committer | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-04-27 21:16:32 -0600 |
commit | db620de2eb37e8d37caee731a5f40405082a84b3 (patch) | |
tree | 92d35e7db8d6ba8663e51303df954d4a419e3077 /src | |
parent | f31e36f4a0140a9b4a3b08f5998e3920c10ecc49 (diff) | |
download | tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.tar.gz tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.tar.bz2 tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.zip |
forgot these
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/extensions/BotClient.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/extensions/BotClient.ts b/src/lib/extensions/BotClient.ts index 5ef8c31..6ec45f6 100644 --- a/src/lib/extensions/BotClient.ts +++ b/src/lib/extensions/BotClient.ts @@ -99,7 +99,7 @@ export class BotClient extends AkairoClient { this.util = new Util(this); this.db = new Sequelize( - this.config.dev ? 'utilibot-dev' : 'utilibot', + this.config.dev ? 'bushbot-dev' : 'bushbot', this.config.db.username, this.config.db.password, { |