aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-14 17:11:31 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-14 17:11:31 +0200
commit1078cf3deb94ef22c65510b42c8e7f0dc50a036a (patch)
tree25f1e9e22f0ce88a3840cca5434201fbafdd20de /commands
parent1f68e698991d7bb1c9a5519536b2215185de0616 (diff)
feat(xp): xp and level gain
Diffstat (limited to 'commands')
-rw-r--r--commands/rank.go7
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) {
+
+}