#include <string>
#include <vector>
#include <sstream>
#include <dpp/dpp.h>
Go to the source code of this file.
Namespaces | |
namespace | bot |
namespace | bot::utils |
namespace | bot::utils::botUtils |
Functions | |
std::vector< std::string > | bot::utils::split (std::string str, std::string del) |
Split the string with a custom delimiter. | |
int | bot::utils::stoi (std::string str) |
bool | bot::utils::fileEmpty (std::ifstream &file) |
Check if a file is empty. | |
std::vector< dpp::snowflake > | bot::utils::botUtils::getRoleMembers (dpp::guild *guild, dpp::snowflake target) |