项目作者: kawaii

项目描述 :
Custom Discord helper bot for the official MyBB Discord server.
高级语言: Raku
项目地址: git://github.com/kawaii/raku-mimi.git
创建时间: 2020-12-27T23:41:11Z
项目社区:https://github.com/kawaii/raku-mimi

开源协议:BSD 3-Clause "New" or "Revised" License

下载


raku-mimi

Custom Discord helper bot for the official MyBB Discord server.

Configuration

Example configuration file;

  1. {
  2. "discord-token": "REDACTED",
  3. "discord-team-roles" : {
  4. "Community": 799296007103840296,
  5. "Design": 799296559204401172,
  6. "Development": 799295886945157220,
  7. "Devops": 799296927590121522,
  8. "Management": 799296820018544670,
  9. "Security": 799296115044384818,
  10. "Support": 799296287576686612,
  11. "Web": 799296425501655040
  12. },
  13. "site-base-url": "https://mybb.com",
  14. "community-base-url": "https://community.mybb.com",
  15. "doc-base-url": "https://docs.mybb.com",
  16. "team-yaml-url": "https://raw.githubusercontent.com/mybb/mybb.com/gh-pages/_data/team_members.yml",
  17. "team-yaml-expiry": 300
  18. }