Archived
1

Add games chat

Games chat used to divide talks in Bastion from @gamee games and so on.
This commit is contained in:
2018-04-04 21:33:30 +04:00
parent af525b207f
commit f67e652ae4
4 changed files with 22 additions and 12 deletions

View File

@@ -1,17 +1,18 @@
// i2_bot Instinct PokememBro Bot
// Copyright (c) 2017 Vladimir "fat0troll" Hodakov
// Copyright (c) 2017-2018 Vladimir "fat0troll" Hodakov
package config
import (
"bitbucket.org/pztrn/mogrus"
"gopkg.in/yaml.v2"
"io/ioutil"
"path/filepath"
"bitbucket.org/pztrn/mogrus"
"gopkg.in/yaml.v2"
)
// VERSION is the current bot's version
const VERSION = "0.7.2"
const VERSION = "0.7.4"
// DatabaseConnection handles database connection settings in config.yaml
type DatabaseConnection struct {
@@ -35,6 +36,7 @@ type SpecialChats struct {
BastionID string `yaml:"bastion_id"`
DefaultID string `yaml:"default_id"`
HeadquartersID string `yaml:"headquarters_id"`
GamesID string `yaml:"games_id"`
}
// LoggingConfig handles log file configuration