forked from ChomeNS/chomens-bot-java
amogus
This commit is contained in:
parent
c2f05724fd
commit
3d03932e96
2 changed files with 12 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<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" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
@ -97,13 +97,6 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1680245437032</updated>
|
<updated>1680245437032</updated>
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00079" summary="FINALLY FIX EXTRA COLOR PARSING LETS GOOOOOOO 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">
|
<task id="LOCAL-00080" summary="what the fuck i commited the wrong file">
|
||||||
<created>1681806738901</created>
|
<created>1681806738901</created>
|
||||||
<option name="number" value="00080" />
|
<option name="number" value="00080" />
|
||||||
|
@ -440,7 +433,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1682596318211</updated>
|
<updated>1682596318211</updated>
|
||||||
</task>
|
</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 />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -455,7 +455,6 @@
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
<MESSAGE value="fart?!?!?!" />
|
|
||||||
<MESSAGE value="probably lazy fix the sus" />
|
<MESSAGE value="probably lazy fix the sus" />
|
||||||
<MESSAGE value="improve bot options? mabe mabe" />
|
<MESSAGE value="improve bot options? mabe mabe" />
|
||||||
<MESSAGE value="put the setter back" />
|
<MESSAGE value="put the setter back" />
|
||||||
|
@ -480,7 +479,8 @@
|
||||||
<MESSAGE value="make time output shorter? mabe" />
|
<MESSAGE value="make time output shorter? mabe" />
|
||||||
<MESSAGE value="chat queue delay in config" />
|
<MESSAGE value="chat queue delay in config" />
|
||||||
<MESSAGE value="new 1.19.4 update i guess" />
|
<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>
|
||||||
<component name="XSLT-Support.FileAssociations.UIState">
|
<component name="XSLT-Support.FileAssociations.UIState">
|
||||||
<expand />
|
<expand />
|
||||||
|
|
|
@ -157,8 +157,7 @@ public class DiscordPlugin {
|
||||||
nameComponent,
|
nameComponent,
|
||||||
Component.text(
|
Component.text(
|
||||||
message
|
message
|
||||||
.replace("\uD83D\uDC80", "☠") /* mirko forced me to do it :( */
|
.replace("\uD83D\uDC80", "☠") // mirko forced me to do it :(
|
||||||
.replace("\uD83D", "☠")
|
|
||||||
).color(NamedTextColor.GRAY),
|
).color(NamedTextColor.GRAY),
|
||||||
attachmentsComponent
|
attachmentsComponent
|
||||||
).color(NamedTextColor.DARK_GRAY);
|
).color(NamedTextColor.DARK_GRAY);
|
||||||
|
|
Loading…
Reference in a new issue