# README
Truth or Dare Telegram bot
General Info
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).
Features
Nothing special, just trying to write clean code.
Usage
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
.