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

Method guild_create

src/dpp/cluster/guild.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void cluster::guild_create(const class guild &g, command_completion_event_t callback) {
105 rest_request<guild>(this, API_PATH "/guilds", "", "", m_post, g.build_json(), callback);
106}
107
108
109void cluster::guild_delete(snowflake guild_id, command_completion_event_t callback) {

Callers

nothing calls this directly

Calls 1

build_jsonMethod · 0.80

Tested by

no test coverage detected