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