Easily try out the Finegrain API right from Discord. Built on top of discord.py.
- Install Rye
- Run
rye sync
- Copy
.env.example
to.env
and configure it as you see fit. SeeUSERS_DB
in particular (SQLite database file)
Start the bot:
rye run start
Note: you can run it from any computer thanks to Discord's Gateway.