SklavaBot 0.1.0
Telegram Bot in C++
|
#include <boost/date_time/posix_time/conversion.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <chrono>
#include <cstdlib>
#include <iostream>
#include <string>
#include <tgbot/tgbot.h>
#include "commands.hpp"
#include "error_codes.hpp"
#include "utils.hpp"
Go to the source code of this file.
Macros | |
#define | BOT_TOKEN std::getenv("BOT_TOKEN") |
Functions | |
int | main (int argc, char *argv[]) |