Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
impl DiscordConfig {
66
pub fn interaction_client(&self) -> twilight_http::client::InteractionClient<'_> {
67
self.client.interaction(self.application.id)
68
}
69
}
Callers
9
update_guild_commands
Method · 0.80
op_discord_interaction_callback
Function · 0.80
op_discord_interaction_get_original_response
Function · 0.80
op_discord_interaction_edit_original_response
Function · 0.80
op_discord_interaction_delete_original
Function · 0.80
op_discord_interaction_get_followup_message
Function · 0.80
op_discord_interaction_followup_message
Function · 0.80
op_discord_interaction_edit_followup_message
Function · 0.80
op_discord_interaction_delete_followup_message
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected