droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
AppContext.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <dpp/cluster.h>
4
5#include "CommandTypes.hpp"
6
9class PortalIndex;
11
std::map< std::string, std::shared_ptr< IGlobalSlashCommand > > slash_commands_t
Definition CommandTypes.hpp:15
Definition PortalIndex.hpp:23
Definition DatabaseExecutor.hpp:14
Definition PortalIndex.hpp:11
Definition YoutubeNotificationService.hpp:17
Definition AppContext.hpp:12
YoutubeNotificationService & youtube
Definition AppContext.hpp:17
PortalIndex & portal_index
Definition AppContext.hpp:15
BlacklistIndex & blacklist_index
Definition AppContext.hpp:16
dpp::cluster & discord
Definition AppContext.hpp:13
DatabaseExecutor & db
Definition AppContext.hpp:14
slash_commands_t & slash_commands
Definition AppContext.hpp:18