diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d6e659be..54315898 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -97,13 +97,6 @@
1680245437032
-
- 1681806588635
-
-
-
- 1681806588637
-
1681806738901
@@ -440,7 +433,14 @@
1682596318211
-
+
+ 1682601960492
+
+
+
+ 1682601960493
+
+
@@ -455,7 +455,6 @@
-
@@ -480,7 +479,8 @@
-
+
+
diff --git a/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/DiscordPlugin.java b/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/DiscordPlugin.java
index bd55ae8b..3a7aee86 100644
--- a/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/DiscordPlugin.java
+++ b/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/DiscordPlugin.java
@@ -157,8 +157,7 @@ public class DiscordPlugin {
nameComponent,
Component.text(
message
- .replace("\uD83D\uDC80", "☠") /* mirko forced me to do it :( */
- .replace("\uD83D", "☠")
+ .replace("\uD83D\uDC80", "☠") // mirko forced me to do it :(
).color(NamedTextColor.GRAY),
attachmentsComponent
).color(NamedTextColor.DARK_GRAY);