DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
discord_core_api::guild_members::getCachedGuildMember()
(which collects it from the cache), or discord_core_api::guild_members::getGuildMemberAsync()
(which collects it from the discord servers) function, while passing to it a value of type discord_core_api::get_guild_member_data
.discord_core_api::co_routine::get()
added to the end in order to wait for the results now.