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

Method guild_get_widget

src/dpp/cluster/guild.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163void cluster::guild_get_widget(snowflake guild_id, command_completion_event_t callback) {
164 rest_request<guild_widget>(this, API_PATH "/guilds", std::to_string(guild_id), "widget", m_get, "", callback);
165}
166
167
168void cluster::guild_modify_integration(snowflake guild_id, const class integration &i, command_completion_event_t callback) {

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected