aboutsummaryrefslogtreecommitdiff
path: root/commands/rank.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rank.go')
-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) {
+
+}