diff options
| author | William Hergès <william@herges.fr> | 2025-09-19 18:42:07 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-19 18:42:07 +0200 |
| commit | 398213f2088b775787d4c022b5704366fdfe1aa9 (patch) | |
| tree | ee3f49a092c8aa41ca1fc70f87d92064367755f9 /commands | |
| parent | 9d1ea00a2f7436ddddfad6b739adc0f433ecf9cd (diff) | |
build(gokord): bump to latest nightly
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 |
