A Discord bot for King's Raid.
- announces important announcements from plug.game to a channel
- mirrors MaskOfGoblin functionality in discord (TBD)
DM duckness#4861 on discord for the bot link. This bot is no longer in active development, no additional users will be supported. Existing users can continue to use the bot. It is recommended you use CleoBot instead, it has a lot more features.
Alternatively, if you wish to run the bot on your own, here are instructions to setup.
This is the preferred method to setup, other methods are not supported by me, and probably won't work.
docker run --name krbot \
-e UID={user UID on host to use} \
-e GID={user GID on host to use} \
-e TOKEN={Discord bot token} \
-v /path/on/host/to/data:/app/data \
duckness/krbot
Command | Description |
---|---|
??help |
Display a help message with usage instructions. |
??announce <on/off> |
Turn on/off plug.game announcements for the channel, requires Manage Channel permissions. |