mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #116] [MERGED] IRD lookup command #213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:vnext📝 Commits (1)
cd7a5dbIRD lookup command📊 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.