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

Method guild_modify_integration

src/dpp/cluster/guild.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168void cluster::guild_modify_integration(snowflake guild_id, const class integration &i, command_completion_event_t callback) {
169 rest_request<confirmation>(this, API_PATH "/guilds", std::to_string(guild_id), "integrations/" + std::to_string(i.id), m_patch, i.build_json(), callback);
170}
171
172
173void cluster::guild_get_prune_counts(snowflake guild_id, const struct prune& pruneinfo, command_completion_event_t callback) {

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
build_jsonMethod · 0.80

Tested by

no test coverage detected