Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawaii/raku-mimi
Custom Discord helper bot for the official MyBB Discord server.
https://github.com/kawaii/raku-mimi
discord mybb raku
Last synced: about 1 month ago
JSON representation
Custom Discord helper bot for the official MyBB Discord server.
- Host: GitHub
- URL: https://github.com/kawaii/raku-mimi
- Owner: kawaii
- License: bsd-3-clause
- Created: 2020-12-27T23:41:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T05:54:20.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T08:19:24.531Z (3 months ago)
- Topics: discord, mybb, raku
- Language: Raku
- Homepage: https://mybb.com
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raku-mimi
Custom Discord helper bot for the official MyBB Discord server.# Configuration
Example configuration file;
```json
{
"discord-token": "REDACTED",
"discord-team-roles" : {
"Community": 799296007103840296,
"Design": 799296559204401172,
"Development": 799295886945157220,
"Devops": 799296927590121522,
"Management": 799296820018544670,
"Security": 799296115044384818,
"Support": 799296287576686612,
"Web": 799296425501655040
},
"site-base-url": "https://mybb.com",
"community-base-url": "https://community.mybb.com",
"doc-base-url": "https://docs.mybb.com",
"team-yaml-url": "https://raw.githubusercontent.com/mybb/mybb.com/gh-pages/_data/team_members.yml",
"team-yaml-expiry": 300
}
```