MCPcopy Create free account
hub / github.com/Botloader/botloader / interaction_client

Method interaction_client

components/common/src/discord.rs:66–68  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64
65impl DiscordConfig {
66 pub fn interaction_client(&self) -> twilight_http::client::InteractionClient<'_> {
67 self.client.interaction(self.application.id)
68 }
69}

Calls

no outgoing calls

Tested by

no test coverage detected