19auto start_bot(
bool IS_TEST =
false) -> void;
21[[nodiscard]]
static std::string
read_bot_token(
const std::string& file);
std::string read_database_credentials(const std::string &file)
reads the connection string for the postgres database from a file
Definition BotLibrary.cpp:94
std::string read_bot_token(const std::string &file)
reads the bot token from a file
Definition BotLibrary.cpp:69
auto start_bot(bool IS_TEST=false) -> void
this is the entry point of the binary that will start the bot
Definition BotLibrary.cpp:26