|
bool | getRequiredRole (const dpp::slashcommand_t &event, dpp::snowflake id) |
|
std::vector< Error > | sendDM (std::shared_ptr< bot::Bot > aquin, std::vector< std::future< Error > > &futures, std::vector< std::future< Error > > &futuresMsgSet, std::vector< Error > &errorVec, dpp::snowflake member, const dpp::slashcommand_t &event, Debug &DMSendConfirmations) |
|
std::vector< std::string > | split (std::string str, std::string del) |
| Split the string with a custom delimiter.
|
|
bool | fileEmpty (std::ifstream &file) |
| Check if a file is empty.
|
|
int | stoi (std::string str) |
|