mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #214] [MERGED] Implement some interactive stuff #293
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/214
Author: @13xforever
Created: 2/11/2019
Status: ✅ Merged
Merged: 2/11/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
6300499language is weird4106d6alet's try this interactivity stufff40c5aafix !event tag command9dba609tell people to upgrade their spu_perf buildbe34e67do game title lookup as a fallback in unknown command handler96c22b7almost forgot about making this sanity check8d0e3cdinteractive event schedule editing6081b26refactor interactive event edit, and plumb it to event creation as wellff5f701update game status lookup handler for another language construct161880ainteractive empty !explain📊 Changes
16 files changed (+473 additions, -266 deletions)
View changed files
📝
CompatBot/Commands/CompatList.cs(+23 -2)📝
CompatBot/Commands/E3.cs(+6 -19)📝
CompatBot/Commands/Events.cs(+7 -43)📝
CompatBot/Commands/EventsBaseCommand.cs(+222 -143)📝
CompatBot/Commands/Explain.cs(+27 -5)📝
CompatBot/Commands/Misc.cs(+0 -1)📝
CompatBot/Commands/Psn.Check.cs(+6 -7)📝
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs(+22 -16)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+18 -13)📝
CompatBot/EventHandlers/UnknownCommandHandler.cs(+38 -11)📝
CompatBot/Program.cs(+4 -0)📝
CompatBot/Utils/DiscordClientExtensions.cs(+1 -4)➕
CompatBot/Utils/DiscordEmbedBuilderExtensions.cs(+12 -0)➕
CompatBot/Utils/DiscordMessageExtensions.cs(+24 -0)➕
CompatBot/Utils/InteractivityExtensions.cs(+56 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+7 -2)📄 Description
New or updated commands:
!events add/update!explain!some unknown command that people often use for explanations or game status lookups🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.