DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::repeated_function_data Struct Reference

Function data for repeated functions to be loaded. More...

#include <Utilities.hpp>

Public Data Members

std::function< void(discord_core_client *)> function {}
 The std::function char* 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.
 

The documentation for this struct was generated from the following file: