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

Method guild_command_permissions

src/dpp/slashcommand.cpp:944–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944guild_command_permissions::guild_command_permissions() : id(0), application_id(0), guild_id(0)
945{
946}
947
948guild_command_permissions &guild_command_permissions::fill_from_json_impl(nlohmann::json *j) {
949 id = snowflake_not_null(j, "id");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected