From 1078cf3deb94ef22c65510b42c8e7f0dc50a036a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 14 Apr 2024 17:11:31 +0200 Subject: feat(xp): xp and level gain --- commands/rank.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commands/rank.go (limited to 'commands') 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) { + +} -- cgit v1.2.3