---
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.
From 6327f09a5ead6892869f45339ec8493a8fc8e2a4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 11 Aug 2025 14:06:11 +0000
Subject: [PATCH 61/61] chore(deps): update actions/checkout action to v5
---
.github/workflows/dev.yml | 6 +++---
.github/workflows/main.yml | 2 +-
.github/workflows/preview.yml | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 11c72113..e608a782 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Clone Repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: dev
@@ -22,7 +22,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout Actions Repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: dev
@@ -43,7 +43,7 @@ jobs:
9.x
- name: "Clone Repository"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
submodules: recursive
path: ProjectMakotoTest
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 99f8f981..17c646e3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
dotnet-version: '9.x'
- name: "Clone Repository"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: main
submodules: recursive
diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml
index 175be6a7..c07bd7fb 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Clone Repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: preview
@@ -28,7 +28,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Clone Repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: preview
@@ -56,7 +56,7 @@ jobs:
9.x
- name: "Clone Repository"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
ref: preview
submodules: recursive