DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
discord_core_api::messages::deleteMessagesBulkAsync()
function, while passing in a data structure of type discord_core_api::delete_messages_bulk_data
, with a return value of type void
.discord_core_api::co_routine::get()
added to the end in order to wait for its return value now.