test download command
This commit is contained in:
parent
33d529ad51
commit
24bbd8926c
9 changed files with 219 additions and 2 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
"watn3y/bloaterbotv3/botIO"
|
||||
"watn3y/bloaterbotv3/commands/download"
|
||||
"watn3y/bloaterbotv3/commands/gaypoints"
|
||||
"watn3y/bloaterbotv3/commands/notify"
|
||||
"watn3y/bloaterbotv3/config"
|
||||
|
@ -30,6 +31,8 @@ func Commands(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
|
|||
gaypoints.SetGP(update, bot)
|
||||
case "remindme":
|
||||
notify.Reminder(update, bot)
|
||||
case "download":
|
||||
go download.Download(update, bot)
|
||||
case "help":
|
||||
help(update, bot)
|
||||
case "info":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue