droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
InviteCommand.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 IGlobalSlashCommand.hpp:9
Definition InviteCommand.hpp:5
void on_slashcommand(const dpp::slashcommand_t &event) override
Definition InviteCommand.cpp:14
InviteCommand()
Definition InviteCommand.cpp:9