refactor(command): modify xp role with message component
This commit is contained in:
parent
b4408674c9
commit
30992e873c
4 changed files with 207 additions and 103 deletions
1
main.go
1
main.go
|
@ -141,4 +141,5 @@ func afterInit(dg *discordgo.Session) {
|
|||
|
||||
//interaction: /config
|
||||
dg.AddHandler(commands.ConfigXP)
|
||||
dg.AddHandler(commands.ConfigXPModal)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue