aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/lib/extensions/BotClient.ts2
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)
<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,
{