Forming the BotHandlers class structure
This commit is contained in:
parent
ea29fa79f0
commit
cdc1aa2e6b
6 changed files with 92 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue