#include <memory>
#include <vector>
#include <dpp/dpp.h>
#include "../inc/types/Bot.hpp"
#include "../inc/types/Error.hpp"
#include "../inc/types/Debug.hpp"
Go to the source code of this file.
|
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.
|
|