test
This commit is contained in:
parent
44b8d2d42d
commit
d2b51de3a7
14
main.go
14
main.go
@ -84,13 +84,13 @@ func main() {
|
|||||||
|
|
||||||
if *initdb {
|
if *initdb {
|
||||||
initDB()
|
initDB()
|
||||||
_ = addObjCastle(`🦌`, `Deerhorn`)
|
_, _ = addObjCastle(`🦌`, `Deerhorn`)
|
||||||
_ = addObjCastle(`🐉`, `Dragonscale`)
|
_, _ = addObjCastle(`🐉`, `Dragonscale`)
|
||||||
_ = addObjCastle(`🦅`, `Highnest`)
|
_, _ = addObjCastle(`🦅`, `Highnest`)
|
||||||
_ = addObjCastle(`🌑`, `Moonlight`)
|
_, _ = addObjCastle(`🌑`, `Moonlight`)
|
||||||
_ = addObjCastle(`🥔`, `Potato`)
|
_, _ = addObjCastle(`🥔`, `Potato`)
|
||||||
_ = addObjCastle(`🦈`, `Sharkteeth`)
|
_, _ = addObjCastle(`🦈`, `Sharkteeth`)
|
||||||
_ = addObjCastle(`🐺`, `Wolfpack`)
|
_, _ = addObjCastle(`🐺`, `Wolfpack`)
|
||||||
}
|
}
|
||||||
resetMsgParsingRules()
|
resetMsgParsingRules()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user