MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / commandContext

Struct commandContext

internal/discord/command_context.go:9–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type commandContext struct {
10 channelID string
11 targetID string
12 guildID string
13 content string
14 mentionRoles []string
15 author *discordgo.User
16 member *discordgo.Member
17 interaction *discordgo.Interaction
18 responded bool
19 deferred bool
20}
21
22func newInteractionCommandContext(
23 interaction *discordgo.InteractionCreate,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected