An open API service indexing awesome lists of open source software.

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.

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?"
}
}
```