#include "bot.h" int main() { const std::string token = "YOUR_BOT_TOKEN"; Bot bot(token); bot.start(); return 0; }