From c6e5779f22b18b971f82ddd2c5de81015ac9740c Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 26 Jul 2017 21:39:49 -0400 Subject: move messagectx to its own file --- commands.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commands.go (limited to 'commands.go') 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) { + +} -- cgit v1.3.1