droplet
1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
InitDatabase.hpp
Go to the documentation of this file.
1
/*
2
* (c) Copyright erarnitox.de - All rights reserved
3
* Author: Erarnitox <david@erarnitox.de>
4
*
5
* License: MIT License
6
*
7
* Description:
8
*
9
* Documentation: https://droplet.erarnitox.de/doxygen/html/
10
*/
11
12
#pragma once
13
14
#include <
Bot.hpp
>
15
16
//-----------------------------------------------------
17
//
18
//-----------------------------------------------------
19
class
InitDatabase
:
public
IReady
{
20
public
:
21
void
on_ready
(
const
dpp::ready_t& event)
override
;
22
};
Bot.hpp
IReady
Definition
IReady.hpp:6
InitDatabase
Definition
InitDatabase.hpp:19
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.14.0