Skip to content

Discord bot made for the WaniKani AI mnemonic project. Python's version of saraqael-m/CrabigatorBot.

Notifications You must be signed in to change notification settings

akhdanfadh/crabigator-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crabigator Bot

A python's version of saraqael's Discord bot, made for the unofficial WaniKani Image Mnemonics project. Said project is hosted on this 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.

{
    "bot_prefix": "<BOT_PREFIX>",
    "bot_token": "<BOT_TOKEN>",
    "wk_token": "<WANIKANI_API_TOKEN>",
    "developer_ids": [
        <YOUR_ID>,
    ],
    "application_id": "?APPLICATION_ID?",
    "guild_id": "?GUILD_ID?",
    "channel_ids": {
        "announce": "<ANNOUNCEMENT_CHANNEL_ID>",
        "test": "?TEST_CHANNEL_ID?"
    }
}

About

Discord bot made for the WaniKani AI mnemonic project. Python's version of saraqael-m/CrabigatorBot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages