From db620de2eb37e8d37caee731a5f40405082a84b3 Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> Date: Tue, 27 Apr 2021 21:16:32 -0600 Subject: forgot these --- README.md | 2 +- src/lib/extensions/BotClient.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42d5cf6..e21bc24 100644 --- a/README.md +++ b/README.md @@ -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)

Contributing

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, { -- cgit