aboutsummaryrefslogtreecommitdiff
path: root/commands.go
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2017-07-26 21:39:49 -0400
committerNathan Perry <avaglir@gmail.com>2017-07-26 21:39:49 -0400
commitc6e5779f22b18b971f82ddd2c5de81015ac9740c (patch)
treea12c969a04d0515a70c50ec44343fac98b8404c5 /commands.go
parentf3224ee0eb4d5def781f5e77121a405df054bfba (diff)
move messagectx to its own file
Diffstat (limited to 'commands.go')
-rw-r--r--commands.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands.go b/commands.go
new file mode 100644
index 0000000..d3f5684
--- /dev/null
+++ b/commands.go
@@ -0,0 +1,7 @@
+package thulani
+
+import "github.com/bwmarrin/discordgo"
+
+func printHelp(s *discordgo.Session, create *discordgo.MessageCreate) {
+
+}