A discord bot for organising 8-man group events using threads. Built for EchoVR Discord communities.
The bot is written in Python and has a dockerfile included in this repo to easily get it up and running. If you use docker compose an example compose file can be found in examples.
The bot needs two files in ./data
This should be a plain text file containing the bot token.
Go to Server Settings > Integrations > Bots and Apps > scrimbot > Manage
and set up the slash commands. The following
are some sane suggestions.
/active-scrims
, /report
, /oculus-set
, /oculus-get
, /time
/ping-scrim
, /scrim
/archive-scrim
, /kick
/log
, /note
, /warn
, /purgelog
, /rmlog
, /scrim-timeout
You can use /settings download
and /settings upload
to modify the settings for your server. You can find an example
here: settings file example.
The server
section contains server wide settings, channel_defaults
are the default settings for each channel.
Under channel
you can add settings for each specific channel.