test download command

This commit is contained in:
Watn3y 2023-04-21 07:35:42 +02:00
parent 33d529ad51
commit 24bbd8926c
9 changed files with 219 additions and 2 deletions

View file

@ -26,6 +26,9 @@ type config struct {
EnabledChats []int64
ModifyUsers []int64
}
Download struct {
Prefix string
}
}
var BotConfig config