aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-09-18 19:25:06 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-09-18 19:25:28 +0200
commit9d1ea00a2f7436ddddfad6b739adc0f433ecf9cd (patch)
treeb27f6b15721a66c602da15ea3bc9d1ecf0ee9ff9 /main.go
parent4104690079c47c1ad7981644bd07068cc9184ebf (diff)
build(gokord): upgrade to latest nightly
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f6ccf5f..3bca23e 100644
--- a/main.go
+++ b/main.go
@@ -96,7 +96,7 @@ func handleDynamicModalComponent(
handler func(
*discordgo.Session,
*discordgo.InteractionCreate,
- interaction.ModalSubmitData,
+ *interaction.ModalSubmitData,
[]string,
*cmd.ResponseBuilder,
),