mirko forced me to do it
This commit is contained in:
parent
7dcee59e43
commit
8c9af15897
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class DiscordPlugin {
|
||||||
"[%s] %s › %s%s",
|
"[%s] %s › %s%s",
|
||||||
discordComponent,
|
discordComponent,
|
||||||
nameComponent,
|
nameComponent,
|
||||||
Component.text(message).color(NamedTextColor.GRAY),
|
Component.text(message.replace("\uD83D", "☠") /* mirko forced me to do it :( */).color(NamedTextColor.GRAY),
|
||||||
attachmentsComponent
|
attachmentsComponent
|
||||||
).color(NamedTextColor.DARK_GRAY);
|
).color(NamedTextColor.DARK_GRAY);
|
||||||
bot.chat().tellraw(component);
|
bot.chat().tellraw(component);
|
||||||
|
|
Loading…
Reference in a new issue