We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140754c commit d21c67aCopy full SHA for d21c67a
src/main/kotlin/cc/modlabs/kpaper/messages/MessageFormat.kt
@@ -10,10 +10,10 @@ import kotlin.time.Duration
10
import kotlin.time.Duration.Companion.seconds
11
12
enum class MessageFormat(val format: String) {
13
- INFO("ℹ<color:#CAD3C8> %s"),
+ INFO("<color:#CAD3C8>ℹ %s"),
14
WARNING("<color:#F8EFBA>⚠ %s"),
15
ERROR("<color:#FD7272>🪲 %s"),
16
- SUCCESS("✔ <color:#a3e877>%s"),
+ SUCCESS("<color:#a3e877>✔ %s"),
17
LOCKED("<gradient:#FC427B:#FD7272>🔒 %s"),
18
PLAIN("<color:#CAD3C8>%s");
19
}
0 commit comments