Truth or Dare Telegram bot is written in GoLang which uses SQLite for storing data and communicates with the database directly (doesn't use ORM).
Nothing special, just trying to write clean code.
Add your bot's token inside .env
and then run the project with go run main.go
. then you can add your bot to your group and play with your friends.
You can see the logs in bot.log
.