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

Method guild_sync_integration

src/dpp/cluster/guild.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188void cluster::guild_sync_integration(snowflake guild_id, snowflake integration_id, command_completion_event_t callback) {
189 rest_request<confirmation>(this, API_PATH "/guilds", std::to_string(guild_id), "integrations/" + std::to_string(integration_id), m_post, "", callback);
190}
191
192
193void cluster::guild_get_onboarding(snowflake guild_id, command_completion_event_t callback) {

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected