This commit is contained in:
shoopea 2019-05-03 11:25:11 +08:00
parent 68239db307
commit 307435a0f8

View File

@ -32,7 +32,7 @@ type Config struct {
} }
Bot struct { Bot struct {
Admin uint64 Admin uint64
Guidname string Guildname string
Guild string Guild string
} }
} }