SklavaBot 0.1.0
Telegram Bot in C++
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1#ifndef HPP_CONFIG
2#define HPP_CONFIG
3
4#define BOT_NAME "SklavaBot"
5#define BOT_USERNAME "@sklavabot"
6#define BOT_VERSION "0.0.1"
7
8#define BOT_AUTHOR "@strzelca"
9#define BOT_GITHUB_REPO "https://github.com/owosrl/sklavabot"
10
11#endif