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
5
class
InitDatabase
:
public
IReady
{
6
public
:
7
void
on_ready
(
const
dpp::ready_t& event)
override
;
8
};
Bot.hpp
IReady
Definition
IReady.hpp:6
InitDatabase
Definition
InitDatabase.hpp:5
InitDatabase::on_ready
void on_ready(const dpp::ready_t &event) override
Initializes the Database Tables once the bot is ready.
Definition
InitDatabase.cpp:20
src
bot_library
commands
init_database
InitDatabase.hpp
Generated by
1.12.0