From 025bea99657757179b6988233a847d203eae0147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 04:28:42 +0100 Subject: [PATCH 1/2] chore(config): migrate renovate config (#543) chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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": { From 6cd828ac4f986f56cce966d18438c684083636c6 Mon Sep 17 00:00:00 2001 From: Mira Date: Sat, 17 May 2025 14:23:01 +0200 Subject: [PATCH 2/2] [ci skip] Update README.md Signed-off-by: Mira --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.