mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #772] [MERGED] Buttons #824
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/772
Author: @13xforever
Created: 6/3/2021
Status: ✅ Merged
Merged: 6/3/2021
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (8)
b67fd32update 3rd party deps4c30d7cremove hack now that text rendering on linux seems to be working as fine7812ed4improve !psn check updates for smoothbrains + buttons!e8b716ereorganize debug commandseef13f9namespace button interactions for future4e8f070reuse messages to reduce the number of api calls2919c57update event editor to use buttons instead of reactions9b40481update content filter editor to use buttons📊 Changes
14 files changed (+413 additions, -232 deletions)
View changed files
📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -1)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+1 -1)📝
CompatBot/Commands/ContentFilters.cs(+120 -80)➕
CompatBot/Commands/DevOnly.cs(+69 -0)📝
CompatBot/Commands/EventsBaseCommand.cs(+72 -52)📝
CompatBot/Commands/Misc.cs(+0 -45)📝
CompatBot/Commands/Psn.Check.cs(+56 -16)📝
CompatBot/Commands/Vision.cs(+10 -12)📝
CompatBot/CompatBot.csproj(+6 -6)📝
CompatBot/Program.cs(+5 -0)📝
CompatBot/Utils/Extensions/DiscordMessageExtensions.cs(+20 -18)📝
CompatBot/Utils/Extensions/EnumerableExtensions.cs(+7 -0)📝
CompatBot/Utils/Extensions/InteractivityExtensions.cs(+45 -0)📝
Tests/Tests.csproj(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.