aboutsummaryrefslogtreecommitdiff
path: root/commands.go
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2017-07-29 17:20:43 -0400
committerNathan Perry <avaglir@gmail.com>2017-07-29 17:20:43 -0400
commitdeac22dffb03829216138d90e74423384b4c2c80 (patch)
tree98c762bd0c6a80ca6a4771f1ce63764a8e7cf96a /commands.go
parentb892dd48234dcbed539ddb982af4a76e81d2e8a1 (diff)
video enqueue works
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,