diff options
Diffstat (limited to 'commands.go')
| -rw-r--r-- | commands.go | 7 |
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) { + +} |
