mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #395] [MERGED] Implement check for ps3 firmware update #471
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/395
Author: @13xforever
Created: 8/28/2019
Status: ✅ Merged
Merged: 8/28/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (1)
ca0048cimplement check for ps3 firmware update📊 Changes
6 files changed (+170 additions, -0 deletions)
View changed files
📝
Clients/CompatApiClient/Compression/CompressionMessageHandler.cs(+2 -0)📝
Clients/PsnClient/POCOs/Container.cs(+7 -0)📝
Clients/PsnClient/PsnClient.cs(+78 -0)📝
CompatBot/Commands/Misc.cs(+4 -0)📝
CompatBot/Commands/Psn.Check.cs(+12 -0)➕
CompatBot/Utils/ResultFormatters/FwInfoFormatter.cs(+67 -0)📄 Description
Use
!firmwareto check for the latest available update🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.