[PR #592] [MERGED] Add object tagging with !describe tag command #658

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/592
Author: @13xforever
Created: 5/21/2020
Status: Merged
Merged: 5/21/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

📊 Changes

9 files changed (+298 additions, -97 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+3 -3)
📝 Clients/CompatApiClient/Utils/Utils.cs (+3 -3)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+2 -2)
📝 CompatBot/Commands/BotStats.cs (+1 -0)
📝 CompatBot/Commands/Vision.cs (+158 -71)
📝 CompatBot/CompatBot.csproj (+17 -16)
CompatBot/Utils/Extensions/Converters.cs (+112 -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/592 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/21/2020 **Status:** ✅ Merged **Merged:** 5/21/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`a5a5f1f`](https://github.com/RPCS3/discord-bot/commit/a5a5f1fd8fd4f798b6043dea19d4c99386025c35) update deps - [`5c18ea1`](https://github.com/RPCS3/discord-bot/commit/5c18ea1ea3bc6a37da58b022658b06f07897423a) add object tagging command - [`edbeb51`](https://github.com/RPCS3/discord-bot/commit/edbeb51e42fa3c6fa0d40bcd42b226cb34dd8b71) increase readability - [`e3690c6`](https://github.com/RPCS3/discord-bot/commit/e3690c6c4e1fadd49cc2b0adb24bd32acddaf2f0) add appinsights status to !stats ### 📊 Changes **9 files changed** (+298 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+3 -3) 📝 `Clients/CompatApiClient/Utils/Utils.cs` (+3 -3) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+2 -2) 📝 `CompatBot/Commands/BotStats.cs` (+1 -0) 📝 `CompatBot/Commands/Vision.cs` (+158 -71) 📝 `CompatBot/CompatBot.csproj` (+17 -16) ➕ `CompatBot/Utils/Extensions/Converters.cs` (+112 -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:56:33 -05:00
yindo closed this issue 2026-02-15 15:56:33 -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#658