[PR #380] [MERGED] Misc improvements #455

Closed
opened 2026-02-15 15:55:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/380
Author: @13xforever
Created: 8/19/2019
Status: Merged
Merged: 8/19/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • 4900489 fix compiler warnings
  • f4645b0 log channel for emoji text and user for permission attributes
  • 1b508e3 make compiler happy again
  • 1f2b0f0 implement proper time zone converter

📊 Changes

17 files changed (+135 additions, -52 deletions)

View changed files

📝 CompatBot/Commands/Attributes/CheckBaseAttributeWithReactions.cs (+2 -4)
📝 CompatBot/Commands/EventsBaseCommand.cs (+2 -23)
📝 CompatBot/Commands/Moderation.cs (+1 -1)
📝 CompatBot/Commands/Pr.cs (+1 -1)
📝 CompatBot/Commands/Psn.Check.cs (+1 -1)
📝 CompatBot/Commands/Sudo.cs (+1 -1)
📝 CompatBot/EventHandlers/AppveyorLinksHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+3 -3)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+1 -3)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+2 -2)
📝 CompatBot/EventHandlers/Starbucks.cs (+9 -7)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+2 -2)
📝 CompatBot/Utils/Extensions/InteractivityExtensions.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+1 -1)
CompatBot/Utils/TimeParser.cs (+86 -0)
📝 Tests/Tests.csproj (+1 -1)
Tests/TimeParserTests.cs (+20 -0)

📄 Description

No description provided


🔄 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/380 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/19/2019 **Status:** ✅ Merged **Merged:** 8/19/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`4900489`](https://github.com/RPCS3/discord-bot/commit/49004890716e19d6b0015520fbc3d7e48107dd19) fix compiler warnings - [`f4645b0`](https://github.com/RPCS3/discord-bot/commit/f4645b09b40cbb5403f0d5da216aa2426412354a) log channel for emoji text and user for permission attributes - [`1b508e3`](https://github.com/RPCS3/discord-bot/commit/1b508e34f2a382a6e25b0daa2287fa869fb6330f) make compiler happy again - [`1f2b0f0`](https://github.com/RPCS3/discord-bot/commit/1f2b0f04286fbd1be340103fc713b9d66920ec79) implement proper time zone converter ### 📊 Changes **17 files changed** (+135 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Attributes/CheckBaseAttributeWithReactions.cs` (+2 -4) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+2 -23) 📝 `CompatBot/Commands/Moderation.cs` (+1 -1) 📝 `CompatBot/Commands/Pr.cs` (+1 -1) 📝 `CompatBot/Commands/Psn.Check.cs` (+1 -1) 📝 `CompatBot/Commands/Sudo.cs` (+1 -1) 📝 `CompatBot/EventHandlers/AppveyorLinksHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+3 -3) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+1 -3) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+2 -2) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+9 -7) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+2 -2) 📝 `CompatBot/Utils/Extensions/InteractivityExtensions.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+1 -1) ➕ `CompatBot/Utils/TimeParser.cs` (+86 -0) 📝 `Tests/Tests.csproj` (+1 -1) ➕ `Tests/TimeParserTests.cs` (+20 -0) </details> ### 📄 Description _No description provided_ --- <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:55:59 -05:00
yindo closed this issue 2026-02-15 15:55:59 -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#455