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

Method interaction_response

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

Source from the content-addressed store, hash-verified

807
808
809interaction_response::interaction_response(interaction_response_type t, const message& m) : type{t}, msg{m} {}
810
811interaction_response::interaction_response(interaction_response_type t, message&& m) : type{t}, msg{m} {}
812

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected