https://github.com/akhdanfadh/crabigator-bot
Discord bot made for the WaniKani AI mnemonic project. Python's version of saraqael-m/CrabigatorBot.
https://github.com/akhdanfadh/crabigator-bot
bot discord pycord wanikani
Last synced: 2 months ago
JSON representation
Discord bot made for the WaniKani AI mnemonic project. Python's version of saraqael-m/CrabigatorBot.
- Host: GitHub
- URL: https://github.com/akhdanfadh/crabigator-bot
- Owner: akhdanfadh
- Created: 2022-08-08T20:24:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T17:18:58.000Z (over 3 years ago)
- Last Synced: 2025-06-04T05:33:07.530Z (about 1 year ago)
- Topics: bot, discord, pycord, wanikani
- Language: Python
- Homepage:
- Size: 4.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Crabigator Bot
A python's version of [saraqael's ](https://github.com/saraqael-m/CrabigatorBot) Discord bot, made for the unofficial WaniKani Image Mnemonics project. Said project is hosted on [this](https://discord.com/invite/SbQkGUSeCM) discord server.
## Environment Variables
All environment variables for the bot are stored in `config.json` as follows. Necessary variables are indicated by `<>`, otherwise they are used for testing. If you wantn to directly use the code, fill all the variables.
```json
{
"bot_prefix": "",
"bot_token": "",
"wk_token": "",
"developer_ids": [
,
],
"application_id": "?APPLICATION_ID?",
"guild_id": "?GUILD_ID?",
"channel_ids": {
"announce": "",
"test": "?TEST_CHANNEL_ID?"
}
}
```