[PR #149] [MERGED] Some small features and fixes #235

Closed
opened 2026-02-15 15:55:25 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: vnext


📝 Commits (7)

  • 750e97c use https
  • 1519333 hook in math parser help
  • 412f56b improve dice rolling with multiple throws & modifiers
  • 65bb4dc Add a note for forced af when the value is not 16x
  • 855df04 check update time difference first in log parser
  • 1b42da8 ability to report any message by passing a link
  • 7f41b6c !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

  • hooked the built-in math parser's help into !math help command
  • improvements to !roll dice command with multiple throws and modifiers support
  • small additions to log analyzer
  • ability to save !explain text as a text file to preserve all formatting (or any message for that matter)
  • ability to !report any 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/149 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/6/2019 **Status:** ✅ Merged **Merged:** 1/6/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`750e97c`](https://github.com/RPCS3/discord-bot/commit/750e97cac43284cbf7ae0f623f205159c6a3cb4b) use https - [`1519333`](https://github.com/RPCS3/discord-bot/commit/1519333f03df77815b10768071d23b28cf326266) hook in math parser help - [`412f56b`](https://github.com/RPCS3/discord-bot/commit/412f56b3570bc1ecdecd72930c71b67a065dfdcf) improve dice rolling with multiple throws & modifiers - [`65bb4dc`](https://github.com/RPCS3/discord-bot/commit/65bb4dc276610d81989a24129e2e2398691bb966) Add a note for forced af when the value is not 16x - [`855df04`](https://github.com/RPCS3/discord-bot/commit/855df04f46cf82bd649d20b0a984e884f8972522) check update time difference first in log parser - [`1b42da8`](https://github.com/RPCS3/discord-bot/commit/1b42da837ae5140a8d97a8f4e4384bd919a5fecc) ability to report any message by passing a link - [`7f41b6c`](https://github.com/RPCS3/discord-bot/commit/7f41b6c4a5acf32a68840b5e2eefd48aade94c88) !explain dump as a plain text ### 📊 Changes **9 files changed** (+223 additions, -60 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description * hooked the built-in math parser's help into `!math help` command * improvements to `!roll dice` command with multiple throws and modifiers support * small additions to log analyzer * ability to save `!explain` text as a text file to preserve all formatting (or any message for that matter) * ability to `!report` any message, in any channel, by passing a message link --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:25 -05:00
yindo closed this issue 2026-02-15 15:55:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#235