This commit is contained in:
Chayapak 2023-04-28 08:21:18 +07:00
parent c2f05724fd
commit 3d03932e96
2 changed files with 12 additions and 13 deletions

View file

@ -4,7 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="new 1.19.4 update i guess">
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="bots mabe">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -97,13 +97,6 @@
<option name="presentableId" value="Default" />
<updated>1680245437032</updated>
</task>
<task id="LOCAL-00079" summary="FINALLY FIX EXTRA COLOR PARSING LETS GOOOOOOO&#10;messy code but whatever,..,.,">
<created>1681806588635</created>
<option name="number" value="00079" />
<option name="presentableId" value="LOCAL-00079" />
<option name="project" value="LOCAL" />
<updated>1681806588637</updated>
</task>
<task id="LOCAL-00080" summary="what the fuck i commited the wrong file">
<created>1681806738901</created>
<option name="number" value="00080" />
@ -440,7 +433,14 @@
<option name="project" value="LOCAL" />
<updated>1682596318211</updated>
</task>
<option name="localTasksCounter" value="128" />
<task id="LOCAL-00128" summary="bots mabe">
<created>1682601960492</created>
<option name="number" value="00128" />
<option name="presentableId" value="LOCAL-00128" />
<option name="project" value="LOCAL" />
<updated>1682601960493</updated>
</task>
<option name="localTasksCounter" value="129" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -455,7 +455,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="fart?!?!?!" />
<MESSAGE value="probably lazy fix the sus" />
<MESSAGE value="improve bot options? mabe mabe" />
<MESSAGE value="put the setter back" />
@ -480,7 +479,8 @@
<MESSAGE value="make time output shorter?&#10;mabe" />
<MESSAGE value="chat queue delay in config" />
<MESSAGE value="new 1.19.4 update i guess" />
<option name="LAST_COMMIT_MESSAGE" value="new 1.19.4 update i guess" />
<MESSAGE value="bots mabe" />
<option name="LAST_COMMIT_MESSAGE" value="bots mabe" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />

View file

@ -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);