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 /commands/rank.go | |
| parent | 1f68e698991d7bb1c9a5519536b2215185de0616 (diff) | |
feat(xp): xp and level gain
Diffstat (limited to 'commands/rank.go')
| -rw-r--r-- | commands/rank.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/rank.go b/commands/rank.go new file mode 100644 index 0000000..e5b760b --- /dev/null +++ b/commands/rank.go @@ -0,0 +1,7 @@ +package commands + +import "github.com/bwmarrin/discordgo" + +func Rank(s *discordgo.Session, i *discordgo.InteractionCreate) { + +} |
