From 30992e873cc5d68f7e231e5ea920e5fec748836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Wed, 30 Jul 2025 22:39:31 +0200 Subject: refactor(command): modify xp role with message component --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index b2def4f..1047d16 100644 --- a/main.go +++ b/main.go @@ -141,4 +141,5 @@ func afterInit(dg *discordgo.Session) { //interaction: /config dg.AddHandler(commands.ConfigXP) + dg.AddHandler(commands.ConfigXPModal) } -- cgit v1.2.3