test download command
This commit is contained in:
parent
33d529ad51
commit
24bbd8926c
9 changed files with 219 additions and 2 deletions
|
@ -26,6 +26,9 @@ type config struct {
|
|||
EnabledChats []int64
|
||||
ModifyUsers []int64
|
||||
}
|
||||
Download struct {
|
||||
Prefix string
|
||||
}
|
||||
}
|
||||
|
||||
var BotConfig config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue