Archived
1

Reminders for league. Now just reminders, without attack button

This commit is contained in:
2017-12-23 01:40:36 +04:00
parent a2e70332de
commit 706dc3e944
19 changed files with 381 additions and 117 deletions

View File

@@ -10,8 +10,8 @@ import (
"path/filepath"
)
// VERSION is the urrent bot's version
const VERSION = "0.6"
// VERSION is the current bot's version
const VERSION = "0.6.5"
// DatabaseConnection handles database connection settings in config.yaml
type DatabaseConnection struct {