Skip to content
/ KRBot Public

A Discord bot for King's Raid

License

Notifications You must be signed in to change notification settings

duckness/KRBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KRBot (Discontinued)

A Discord bot for King's Raid.

Features

  • announces important announcements from plug.game to a channel
  • mirrors MaskOfGoblin functionality in discord (TBD)

Setup

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.

Docker

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

Usage

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.