refactor(command): modify xp role with message component

This commit is contained in:
Anhgelus Morhtuuzh 2025-07-30 22:39:31 +02:00
parent b4408674c9
commit 30992e873c
Signed by: anhgelus
GPG key ID: 617773CACE89052C
4 changed files with 207 additions and 103 deletions

View file

@ -141,4 +141,5 @@ func afterInit(dg *discordgo.Session) {
//interaction: /config
dg.AddHandler(commands.ConfigXP)
dg.AddHandler(commands.ConfigXPModal)
}