aboutsummaryrefslogtreecommitdiff
path: root/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands.go')
-rw-r--r--commands.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.go b/commands.go
index 525c915..0157adb 100644
--- a/commands.go
+++ b/commands.go
@@ -1,5 +1,7 @@
package thulani
+import "github.com/mammothbane/thulani-go/downloader"
+
var cmdMap = map[string]func(*messageCtx){
"help": printHelp,
"skip": commandNotImplemented,