Discord bot for tracking number of consecutive days of sobriety.
Bot invite link: https://discord.com/api/oauth2/authorize?client_id=613441619319848983&permissions=67584&scope=bot
To host the bot yourself, install the dotnet
command line tool (.NET 5.0 at a minimum), create a JSON file in the root directory called config.json
with the contents {"token": "yourbottokenhere"}
, and run dotnet run
from the root directory. You'll also need to create a SQLite database named soberbot.db
with the schema in script.sql
.
Ping the bot to interact with it. For example, to see a list of commands and example usage: @soberbot help