diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/config.go b/commands/config.go index 1c2db8c..d1e144d 100644 --- a/commands/config.go +++ b/commands/config.go @@ -123,8 +123,8 @@ func ConfigCommand( func ConfigMessageComponent( session *discordgo.Session, i *discordgo.InteractionCreate, - _ interaction.MessageComponentData, - resp *cmd.ResponseBuilder, + _ *interaction.MessageComponentData, + _ *cmd.ResponseBuilder, ) { response := ConfigResponse(i) response.Type = types.InteractionResponseUpdateMessage |
