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