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