Compare commits
No commits in common. "main" and "9505750e29" have entirely different histories.
main
...
9505750e29
2 changed files with 7 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
<h1 align="center">Makoto</h1>
|
<h1 align="center">Makoto</h1>
|
||||||
<p align="center"><img src="ProjectMakoto/Assets/Prod.png" width=250 align="center"></p>
|
<p align="center"><img src="ProjectMakoto/Assets/Prod.png" width=250 align="center"></p>
|
||||||
<p align="center" style="font-weight:bold;">A feature packed discord bot!</p>
|
<p align="center" style="font-weight:bold;">A feature packed discord bot!</p>
|
||||||
|
<a href="#getting-makoto" ><p align="center"><img src="ProjectMakoto/Assets/AddToServer.png" width=350 align="center"></p></a>
|
||||||
|
|
||||||
<p align="center"><img src="https://github.com/Fortunevale/ProjectMakoto/actions/workflows/dev.yml/badge.svg?branch=dev" align="center">
|
<p align="center"><img src="https://github.com/Fortunevale/ProjectMakoto/actions/workflows/dev.yml/badge.svg?branch=dev" align="center">
|
||||||
<p align="center"><img src="https://img.shields.io/github/contributors/Fortunevale/ProjectMakoto" align="center"> <img src="https://img.shields.io/github/issues-raw/Fortunevale/ProjectMakoto" align="center"></p>
|
<p align="center"><img src="https://img.shields.io/github/contributors/Fortunevale/ProjectMakoto" align="center"> <img src="https://img.shields.io/github/issues-raw/Fortunevale/ProjectMakoto" align="center"></p>
|
||||||
|
|
@ -44,7 +45,7 @@ Makoto has a lot of features, current notable features are:
|
||||||
<br></br>
|
<br></br>
|
||||||
## Getting Makoto
|
## 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`.
|
- 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.
|
- 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.
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,17 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:base"
|
||||||
],
|
|
||||||
"baseBranches": [
|
|
||||||
"dev"
|
|
||||||
],
|
],
|
||||||
|
"baseBranches": ["dev"],
|
||||||
"prHourlyLimit": 9,
|
"prHourlyLimit": 9,
|
||||||
"bumpVersion": "prerelease",
|
"bumpVersion": "prerelease",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
"excludePackagePatterns": [ "Extensions" ],
|
||||||
|
"matchPackagePrefixes": [ "DisCatSharp" ],
|
||||||
"groupName": "discatsharp",
|
"groupName": "discatsharp",
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"matchPackageNames": [
|
|
||||||
"!/Extensions/",
|
|
||||||
"DisCatSharp{/,}**"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"git-submodules": {
|
"git-submodules": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue