mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #210] [MERGED] QoL fixes #290
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/210
Author: @13xforever
Created: 2/6/2019
Status: ✅ Merged
Merged: 2/6/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (6)
8694376typos7eff98fmore typos, and some command overload func88a6c0update deps5881d07do ascii table formatter & also some black magic56af1fcreplace explicit table formatting with the new proper table formatter9ea1786members client language stats (not enabled, requires update to the client)📊 Changes
16 files changed (+373 additions, -81 deletions)
View changed files
📝
Clients/CompatApiClient/Utils/Utils.cs(+1 -6)📝
CompatBot/Commands/E3.cs(+5 -3)📝
CompatBot/Commands/Events.cs(+19 -5)📝
CompatBot/Commands/Invites.cs(+12 -15)📝
CompatBot/Commands/Moderation.Audit.cs(+46 -0)📝
CompatBot/Commands/Pr.cs(+3 -3)📝
CompatBot/Commands/Sudo.Mod.cs(+9 -5)📝
CompatBot/Commands/Warnings.ListGroup.cs(+18 -23)📝
CompatBot/Commands/Warnings.cs(+13 -14)📝
CompatBot/CompatBot.csproj(+4 -4)➕
CompatBot/Utils/AsciiColumn.cs(+18 -0)➕
CompatBot/Utils/AsciiTable.cs(+164 -0)📝
CompatBot/Utils/StringUtils.cs(+38 -1)📝
HomoglyphConverter/Normalizer.cs(+2 -2)➕
Tests/StringUtilTests.cs(+19 -0)📝
Tests/Tests.csproj(+2 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.