Forming the BotHandlers class structure

This commit is contained in:
Kirill 2025-11-27 16:24:29 +03:00
parent ea29fa79f0
commit cdc1aa2e6b
6 changed files with 92 additions and 46 deletions

View file

@ -5,11 +5,12 @@
#include <string>
#include <tgbot/tgbot.h>
#include "handlers.hpp"
class AnimeBot {
private:
std::string token;
TgBot::Bot bot;
BotHandlers handler;
public:
/// Init Bot