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