chore: update config and readme

This commit is contained in:
krau
2024-10-12 13:04:13 +08:00
parent f58e28412f
commit a66fa5df81
3 changed files with 7 additions and 12 deletions

View File

@@ -34,7 +34,6 @@ type telegramConfig struct {
Token string `toml:"token" mapstructure:"token"`
AppID int32 `toml:"app_id" mapstructure:"app_id"`
AppHash string `toml:"app_hash" mapstructure:"app_hash"`
API string `toml:"api" mapstructure:"api"`
Admins []int64 `toml:"admins" mapstructure:"admins"`
}