mirror of
https://github.com/jie65535/mirai-console-jhr-plugin.git
synced 2025-06-02 17:39:16 +08:00
增加了几种真·马的emoji
This commit is contained in:
parent
c4580ffa89
commit
f984f23cef
@ -67,7 +67,10 @@ object JHorseRacing : KotlinPlugin(
|
||||
"\uD83D\uDC34",
|
||||
"\uD83D\uDC14",
|
||||
"\uD83D\uDEBD",
|
||||
"\uD83D\uDC1C"
|
||||
"\uD83D\uDC1C",
|
||||
"\uD83D\uDC1C",
|
||||
"\uD83D\uDC0E",
|
||||
"\uD83C\uDFC7"
|
||||
)
|
||||
private val ranks = mutableMapOf<Long, Rank>()
|
||||
private fun drawHorse(horses: List<Horse>): String {
|
||||
|
Loading…
Reference in New Issue
Block a user