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 | |
parent | f31e36f4a0140a9b4a3b08f5998e3920c10ecc49 (diff) | |
download | tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.tar.gz tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.tar.bz2 tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.zip |
forgot these
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/lib/extensions/BotClient.ts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ Bush bot is a custom bot for the Moulberry's Bush discord server. -If you would like to set up for yourself, please see [SETUP.md](https://github.com/TymanWasTaken/Utilibot/blob/v2/SETUP.md) +If you would like to set up for yourself, please see [SETUP.md](https://github.com/NotEnoughUpdates/bush-bot/blob/rewrite/SETUP.md) <h2 align="center">Contributing</h2> 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, { |