24 std::shared_ptr<bot::Bot> aquin,
26 std::vector<std::future<Error>> &futures,
27 std::vector<std::future<Error>> &futuresMsgSet,
28 std::vector<Error> &errorVec,
30 dpp::snowflake member,
32 const dpp::slashcommand_t &event,
34 Debug &DMSendConfirmations
47 std::vector<Error>
commandIsOnWork(
const dpp::slashcommand_t &event, std::shared_ptr<bot::Bot> aquin);
56 std::vector<Error>
ping(
const dpp::slashcommand_t &event, std::shared_ptr<bot::Bot> aquin);
65 std::vector<Error>
announce(
const dpp::slashcommand_t &event, std::shared_ptr<bot::Bot> aquin);
74 std::vector<Error>
info(
const dpp::slashcommand_t &event, std::shared_ptr<bot::Bot> aquin);
83 std::vector<Error>
setStatus(
const dpp::slashcommand_t &event, std::shared_ptr<bot::Bot> aquin);
Definition slashCommands.cpp:131
std::vector< Error > setStatus(const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin)
Set the status of the bot.
Definition slashCommands.cpp:275
std::vector< Error > info(const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin)
Returns the info about Aquin and more.
Definition slashCommands.cpp:255
std::vector< Error > ping(const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin)
Returns pong.
Definition slashCommands.cpp:143
std::vector< Error > commandIsOnWork(const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin)
Replies Msg when the command is on work.
Definition slashCommands.cpp:132
std::vector< Error > announce(const dpp::slashcommand_t &event, std::shared_ptr< bot::Bot > aquin)
Announce something to someones DMs.
Definition slashCommands.cpp:154
Definition slashCommands.cpp:26
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)
Definition slashCommands.cpp:35