droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
MemberCommand.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Bot.hpp>
4
6 public:
8
9 virtual void on_slashcommand(const dpp::slashcommand_t& event) override;
10};
Definition IGlobalSlashCommand.hpp:9
Definition MemberCommand.hpp:5
virtual void on_slashcommand(const dpp::slashcommand_t &event) override
Definition MemberCommand.cpp:22
MemberCommand()
Definition MemberCommand.cpp:10