mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 03:15:42 -04:00
[PR #149] [MERGED] Some small features and fixes #235
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/149
Author: @13xforever
Created: 1/6/2019
Status: ✅ Merged
Merged: 1/6/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (7)
750e97cuse https1519333hook in math parser help412f56bimprove dice rolling with multiple throws & modifiers65bb4dcAdd a note for forced af when the value is not 16x855df04check update time difference first in log parser1b42da8ability to report any message by passing a link7f41b6c!explain dump as a plain text📊 Changes
9 files changed (+223 additions, -60 deletions)
View changed files
➕
CompatBot/Commands/BotMath.cs(+57 -0)📝
CompatBot/Commands/Explain.cs(+46 -0)📝
CompatBot/Commands/Misc.cs(+45 -34)📝
CompatBot/Commands/Moderation.cs(+29 -8)📝
CompatBot/Program.cs(+1 -0)➕
CompatBot/Utils/CommandContextExtensions.cs(+34 -0)📝
CompatBot/Utils/DiscordClientExtensions.cs(+0 -10)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+10 -7)📝
PsnClient/PsnClient.cs(+1 -1)📄 Description
!math helpcommand!roll dicecommand with multiple throws and modifiers support!explaintext as a text file to preserve all formatting (or any message for that matter)!reportany message, in any channel, by passing a message link🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.