![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Function data for repeated functions to be loaded. More...
#include <Utilities.hpp>
Public Data Members | |
std::function< void(DiscordCoreClient *)> | function { nullptr } |
The std::function pointer to be loaded. | |
uint32_t | intervalInMs {} |
The time interval at which to call the std::function. | |
bool | repeated {} |
Whether or not the std::function is repeating. | |