Added logs
This commit is contained in:
@ -24,6 +24,13 @@ type AdminTopic struct {
|
||||
|
||||
func (AdminTopic) Coll() string { return "admin_topics" }
|
||||
|
||||
type LogChannel struct {
|
||||
tongo.Item `bson:",inline"`
|
||||
ChatId int64 `bson:"chat_id"`
|
||||
}
|
||||
|
||||
func (LogChannel) Coll() string { return "log_channel" }
|
||||
|
||||
type User struct {
|
||||
tongo.Item `bson:",inline"`
|
||||
UserId int64 `bson:"user_id"`
|
||||
|
Reference in New Issue
Block a user