[PR #772] [MERGED] Buttons #824

Closed
opened 2026-02-15 15:56:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/772
Author: @13xforever
Created: 6/3/2021
Status: Merged
Merged: 6/3/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

  • b67fd32 update 3rd party deps
  • 4c30d7c remove hack now that text rendering on linux seems to be working as fine
  • 7812ed4 improve !psn check updates for smoothbrains + buttons!
  • e8b716e reorganize debug commands
  • eef13f9 namespace button interactions for future
  • 4e8f070 reuse messages to reduce the number of api calls
  • 2919c57 update event editor to use buttons instead of reactions
  • 9b40481 update content filter editor to use buttons

📊 Changes

14 files changed (+413 additions, -232 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 CompatBot/Commands/ContentFilters.cs (+120 -80)
CompatBot/Commands/DevOnly.cs (+69 -0)
📝 CompatBot/Commands/EventsBaseCommand.cs (+72 -52)
📝 CompatBot/Commands/Misc.cs (+0 -45)
📝 CompatBot/Commands/Psn.Check.cs (+56 -16)
📝 CompatBot/Commands/Vision.cs (+10 -12)
📝 CompatBot/CompatBot.csproj (+6 -6)
📝 CompatBot/Program.cs (+5 -0)
📝 CompatBot/Utils/Extensions/DiscordMessageExtensions.cs (+20 -18)
📝 CompatBot/Utils/Extensions/EnumerableExtensions.cs (+7 -0)
📝 CompatBot/Utils/Extensions/InteractivityExtensions.cs (+45 -0)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

  • Updated embed-based editors to use buttons instead of reactions
  • General fixes and improvements

🔄 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/772 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/3/2021 **Status:** ✅ Merged **Merged:** 6/3/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`b67fd32`](https://github.com/RPCS3/discord-bot/commit/b67fd329c68e93a5140cdc2c684909616b3bed95) update 3rd party deps - [`4c30d7c`](https://github.com/RPCS3/discord-bot/commit/4c30d7c1e3b881231b45bd6577e766215fc6db4d) remove hack now that text rendering on linux seems to be working as fine - [`7812ed4`](https://github.com/RPCS3/discord-bot/commit/7812ed404da7f5ce05852bb9fc07fe625581256a) improve !psn check updates for smoothbrains + buttons! - [`e8b716e`](https://github.com/RPCS3/discord-bot/commit/e8b716e6d39a154370566ae5e4e21c4ca37208ca) reorganize debug commands - [`eef13f9`](https://github.com/RPCS3/discord-bot/commit/eef13f9a4a321437dccfdbbf60422ea02e8c25c1) namespace button interactions for future - [`4e8f070`](https://github.com/RPCS3/discord-bot/commit/4e8f0709591fd159a8ba7f754f682e412c06d6d0) reuse messages to reduce the number of api calls - [`2919c57`](https://github.com/RPCS3/discord-bot/commit/2919c57b29551b8c93ad7bb83c40c676f0d30c54) update event editor to use buttons instead of reactions - [`9b40481`](https://github.com/RPCS3/discord-bot/commit/9b40481cd7b2136edd6ddba8f04a907e8bfcb70e) update content filter editor to use buttons ### 📊 Changes **14 files changed** (+413 additions, -232 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `CompatBot/Commands/ContentFilters.cs` (+120 -80) ➕ `CompatBot/Commands/DevOnly.cs` (+69 -0) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+72 -52) 📝 `CompatBot/Commands/Misc.cs` (+0 -45) 📝 `CompatBot/Commands/Psn.Check.cs` (+56 -16) 📝 `CompatBot/Commands/Vision.cs` (+10 -12) 📝 `CompatBot/CompatBot.csproj` (+6 -6) 📝 `CompatBot/Program.cs` (+5 -0) 📝 `CompatBot/Utils/Extensions/DiscordMessageExtensions.cs` (+20 -18) 📝 `CompatBot/Utils/Extensions/EnumerableExtensions.cs` (+7 -0) 📝 `CompatBot/Utils/Extensions/InteractivityExtensions.cs` (+45 -0) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description * Updated embed-based editors to use buttons instead of reactions * General fixes and improvements --- <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:56:58 -05:00
yindo closed this issue 2026-02-15 15:56:58 -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#824