- A rewrite of RetroGamesBot in Golang.
⚠️ Do not use .env to production, use SECRETS instead.
- Set up a bot using BotFather.
- Create a file named
.env
in the root directory of the project. (use.env.example
as a template) - Run with
make dev
⚠️ Do not use .env to production, use SECRETS instead.
.env
in the root directory of the project. (use .env.example
as a template)make dev