diff --git a/README.md b/README.md
index ed2d2999..187fab65 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
Makoto

A feature packed discord bot!
-

@@ -45,7 +44,7 @@ Makoto has a lot of features, current notable features are:
## Getting Makoto
-## [Click here to invite the bot](https://discord.com/api/oauth2/authorize?client_id=947716263394824213&permissions=8&scope=bot%20applications.commands)
+## The bot is no longer publicly available. Feel free to host it yourself.
- Phishing Protection is enabled by default, people will be banned if they send a link known to be malicious. To change this, run `/config phishing`.
- Automatic User/Bot Token invalidation is turned on by default. If you don't know what this means, just leave it on. If you know what this means and you don't want this happen, run `/config tokendetection` to disable it.
diff --git a/renovate.json b/renovate.json
index 6c349b29..f3eb8e63 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,17 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
- "config:base"
+ "config:recommended"
+ ],
+ "baseBranches": [
+ "dev"
],
- "baseBranches": ["dev"],
"prHourlyLimit": 9,
"bumpVersion": "prerelease",
"packageRules": [
{
- "excludePackagePatterns": [ "Extensions" ],
- "matchPackagePrefixes": [ "DisCatSharp" ],
"groupName": "discatsharp",
- "automerge": true
+ "automerge": true,
+ "matchPackageNames": [
+ "!/Extensions/",
+ "DisCatSharp{/,}**"
+ ]
}
],
"git-submodules": {