aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-04-27 21:16:32 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-04-27 21:16:32 -0600
commitdb620de2eb37e8d37caee731a5f40405082a84b3 (patch)
tree92d35e7db8d6ba8663e51303df954d4a419e3077
parentf31e36f4a0140a9b4a3b08f5998e3920c10ecc49 (diff)
downloadtanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.tar.gz
tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.tar.bz2
tanzanite-db620de2eb37e8d37caee731a5f40405082a84b3.zip
forgot these
-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,
{