#include <string>#include <vector>#include <sstream>#include <algorithm>#include <stdexcept>#include <dpp/dpp.h>#include "../vendor/io-controller-mini/include/ioController.hpp"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. | |
| bool | bot::utils::fileEmpty (std::ifstream &file) |
| Check if a file is empty. | |
| int | bot::utils::stoi (std::string str) |
| std::vector< dpp::snowflake > | bot::utils::botUtils::getRoleMembers (dpp::guild *guild, dpp::snowflake target) |