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

Makoto

A feature packed discord bot!

+

@@ -44,7 +45,7 @@ Makoto has a lot of features, current notable features are:

## Getting Makoto -## The bot is no longer publicly available. Feel free to host it yourself. +## [Click here to invite the bot](https://discord.com/api/oauth2/authorize?client_id=947716263394824213&permissions=8&scope=bot%20applications.commands) - 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 f3eb8e63..6c349b29 100644 --- a/renovate.json +++ b/renovate.json @@ -1,21 +1,17 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" - ], - "baseBranches": [ - "dev" + "config:base" ], + "baseBranches": ["dev"], "prHourlyLimit": 9, "bumpVersion": "prerelease", "packageRules": [ { + "excludePackagePatterns": [ "Extensions" ], + "matchPackagePrefixes": [ "DisCatSharp" ], "groupName": "discatsharp", - "automerge": true, - "matchPackageNames": [ - "!/Extensions/", - "DisCatSharp{/,}**" - ] + "automerge": true } ], "git-submodules": {