[PR #926] [MERGED] Fix discord fuckery with emoji #945

Closed
opened 2026-02-15 15:57:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/926
Author: @13xforever
Created: 3/23/2023
Status: Merged
Merged: 3/23/2023
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (1)

  • 15f691d fix discord fuckery with emoji

📊 Changes

8 files changed (+236 additions, -236 deletions)

View changed files

📝 CompatBot/Commands/ContentFilters.cs (+2 -2)
📝 CompatBot/Commands/DevOnly.cs (+1 -1)
📝 CompatBot/Commands/EventsBaseCommand.cs (+1 -1)
📝 CompatBot/Config.cs (+1 -1)
📝 CompatBot/EventHandlers/Starbucks.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+52 -52)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+177 -177)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -1)

📄 Description

Technically new behavior is correct as \ufe0f indicator is required to override glyph to use emoji symbol instead of legacy plain text


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/926 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/23/2023 **Status:** ✅ Merged **Merged:** 3/23/2023 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`15f691d`](https://github.com/RPCS3/discord-bot/commit/15f691d5033bb7785b25267fb60a14ce7f27e1ae) fix discord fuckery with emoji ### 📊 Changes **8 files changed** (+236 additions, -236 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/ContentFilters.cs` (+2 -2) 📝 `CompatBot/Commands/DevOnly.cs` (+1 -1) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+1 -1) 📝 `CompatBot/Config.cs` (+1 -1) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+52 -52) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+177 -177) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -1) </details> ### 📄 Description Technically new behavior is correct as \ufe0f indicator is required to override glyph to use emoji symbol instead of legacy plain text --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:18 -05:00
yindo closed this issue 2026-02-15 15:57:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#945