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

Method guild_template_delete

src/dpp/cluster/template.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38void cluster::guild_template_delete(snowflake guild_id, const std::string &code, command_completion_event_t callback) {
39 rest_request<confirmation>(this, API_PATH "/guilds", std::to_string(guild_id), "templates/" + code, m_delete, "", callback);
40}
41
42
43void cluster::guild_template_modify(snowflake guild_id, const std::string &code, const std::string &name, const std::string &description, command_completion_event_t callback) {

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected