package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bot struct {
AdminID int64 `envconfig:"BOT__ADMIN_ID" required:"true"`
BanThreshold int `envconfig:"BOT__BAN_THRESHOLD" default:"3"`
}
type Censor struct {
Blacklist []string `envconfig:"CENSOR__BLACKLIST"`
}
type Storage struct {
URL string `envconfig:"STORAGE__URL"`
}
type Telegram struct {
Bot
Token string `envconfig:"TELEGRAM__TOKEN" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.