[PR #116] [MERGED] IRD lookup command #213

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/116
Author: @13xforever
Created: 11/4/2018
Status: Merged
Merged: 11/4/2018
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

📊 Changes

12 files changed (+249 additions, -8 deletions)

View changed files

CompatBot/Commands/Ird.cs (+23 -0)
📝 CompatBot/Commands/Psn.cs (+0 -1)
📝 CompatBot/CompatBot.csproj (+1 -0)
📝 CompatBot/Program.cs (+1 -0)
📝 CompatBot/Utils/EmbedPager.cs (+3 -3)
CompatBot/Utils/ResultFormatters/IrdSearchResultFormattercs.cs (+39 -0)
📝 CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs (+2 -2)
IrdLibraryClient/IrdClient.cs (+132 -0)
IrdLibraryClient/IrdLibraryClient.csproj (+11 -0)
IrdLibraryClient/POCOs/SearchResult.cs (+30 -0)
📝 PsnClient/PsnClient.cs (+0 -1)
📝 discord-bot-net.sln (+7 -1)

📄 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/116 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/4/2018 **Status:** ✅ Merged **Merged:** 11/4/2018 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`cd7a5db`](https://github.com/RPCS3/discord-bot/commit/cd7a5dbf62f1c057a77215baca623bc62995f80c) IRD lookup command ### 📊 Changes **12 files changed** (+249 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `CompatBot/Commands/Ird.cs` (+23 -0) 📝 `CompatBot/Commands/Psn.cs` (+0 -1) 📝 `CompatBot/CompatBot.csproj` (+1 -0) 📝 `CompatBot/Program.cs` (+1 -0) 📝 `CompatBot/Utils/EmbedPager.cs` (+3 -3) ➕ `CompatBot/Utils/ResultFormatters/IrdSearchResultFormattercs.cs` (+39 -0) 📝 `CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs` (+2 -2) ➕ `IrdLibraryClient/IrdClient.cs` (+132 -0) ➕ `IrdLibraryClient/IrdLibraryClient.csproj` (+11 -0) ➕ `IrdLibraryClient/POCOs/SearchResult.cs` (+30 -0) 📝 `PsnClient/PsnClient.cs` (+0 -1) 📝 `discord-bot-net.sln` (+7 -1) </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:22 -05:00
yindo closed this issue 2026-02-15 15:55:22 -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#213