download command finalized, beta
This commit is contained in:
parent
24bbd8926c
commit
26cddc7ae7
5 changed files with 157 additions and 71 deletions
|
@ -33,6 +33,8 @@ func Commands(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
|
|||
notify.Reminder(update, bot)
|
||||
case "download":
|
||||
go download.Download(update, bot)
|
||||
case "dl":
|
||||
go download.Download(update, bot)
|
||||
case "help":
|
||||
help(update, bot)
|
||||
case "info":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue