MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / guild_delete

Method guild_delete

src/dpp/cluster/guild.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109void cluster::guild_delete(snowflake guild_id, command_completion_event_t callback) {
110 rest_request<confirmation>(this, API_PATH "/guilds", std::to_string(guild_id), "", m_delete, "", callback);
111}
112
113
114void cluster::guild_delete_integration(snowflake guild_id, snowflake integration_id, command_completion_event_t callback) {

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected