download command finalized, beta

This commit is contained in:
Watn3y 2023-05-01 04:06:15 +02:00
parent 24bbd8926c
commit 26cddc7ae7
5 changed files with 157 additions and 71 deletions

View file

@ -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":