diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 17:11:31 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 17:11:31 +0200 |
| commit | 1078cf3deb94ef22c65510b42c8e7f0dc50a036a (patch) | |
| tree | 25f1e9e22f0ce88a3840cca5434201fbafdd20de /xp/level.go | |
| parent | 1f68e698991d7bb1c9a5519536b2215185de0616 (diff) | |
feat(xp): xp and level gain
Diffstat (limited to 'xp/level.go')
| -rw-r--r-- | xp/level.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xp/level.go b/xp/level.go new file mode 100644 index 0000000..67ee5a5 --- /dev/null +++ b/xp/level.go @@ -0,0 +1,9 @@ +package xp + +import ( + "github.com/bwmarrin/discordgo" +) + +func onNewLevel(s *discordgo.Session, level uint) { + // check roles +} |
