feat(xp): xp and level gain
This commit is contained in:
parent
1f68e69899
commit
1078cf3deb
7 changed files with 108 additions and 3 deletions
9
xp/level.go
Normal file
9
xp/level.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package xp
|
||||
|
||||
import (
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
||||
func onNewLevel(s *discordgo.Session, level uint) {
|
||||
// check roles
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue