vault status ok

This commit is contained in:
shoopea 2019-10-11 16:20:10 +08:00
parent 3a24d4fce2
commit c242a5f127

2
bot.go
View File

@ -656,7 +656,7 @@ func botSaveRes(m *tb.Message) {
}
func botVaultHelp(m *tb.Message) {
if !m.Private() {
if !(m.Private() || m.Chat.ID == cfg.Bot.Mainchat) {
return
}