droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
InitDatabase.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Bot.hpp>
4
5class InitDatabase : public IReady {
6 public:
7 void on_ready(const dpp::ready_t& event) override;
8};
Definition IReady.hpp:6
Definition InitDatabase.hpp:5
void on_ready(const dpp::ready_t &event) override
Initializes the Database Tables once the bot is ready.
Definition InitDatabase.cpp:20