|
bool | bot::utils::getRequiredRole (const dpp::slashcommand_t &event, dpp::snowflake id) |
|
std::vector< Error > | bot::utils::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< Error > | bot::commands::commandIsOnWork (const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin) |
| Replies Msg when the command is on work.
|
|
std::vector< Error > | bot::commands::ping (const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin) |
| Returns pong.
|
|
std::vector< Error > | bot::commands::announce (const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin) |
| Announce something to someones DMs.
|
|
std::vector< Error > | bot::commands::info (const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin) |
| Returns the info about Aquin and more.
|
|
std::vector< Error > | bot::commands::setStatus (const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin) |
| Set the status of the bot.
|
|