feat(xp): xp and level gain

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-14 17:11:31 +02:00
parent 1f68e69899
commit 1078cf3deb
No known key found for this signature in database
GPG key ID: CF4550297832A29F
7 changed files with 108 additions and 3 deletions

7
commands/rank.go Normal file
View file

@ -0,0 +1,7 @@
package commands
import "github.com/bwmarrin/discordgo"
func Rank(s *discordgo.Session, i *discordgo.InteractionCreate) {
}