This commit is contained in:
shoopea 2019-05-03 11:24:44 +08:00
parent 52b7438898
commit 68239db307
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ host = localhost:5672
queue = chirpnest
[bot]
admin_id = 0
admin = 0
guildname = Guild
guild = GLD

View File

@ -31,7 +31,7 @@ type Config struct {
Queue string
}
Bot struct {
Admin_id uint64
Admin uint64
Guidname string
Guild string
}