[PR #417] [MERGED] Wording and misc updates #489

Closed
opened 2026-02-15 15:56:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/417
Author: @13xforever
Created: 10/2/2019
Status: Merged
Merged: 10/2/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • fa5f2d8 important updates for empathy simulation engine
  • c05655e restore balance

📊 Changes

9 files changed (+816 additions, -3 deletions)

View changed files

📝 CompatBot/Commands/Warnings.cs (+18 -1)
📝 CompatBot/Database/BotDb.cs (+16 -0)
CompatBot/Database/Migrations/BotDb/20191002172950_PawsOfCommunity.Designer.cs (+308 -0)
CompatBot/Database/Migrations/BotDb/20191002172950_PawsOfCommunity.cs (+35 -0)
CompatBot/Database/Migrations/BotDb/20191002180817_PawsOfCommunityV2.Designer.cs (+327 -0)
CompatBot/Database/Migrations/BotDb/20191002180817_PawsOfCommunityV2.cs (+35 -0)
📝 CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs (+38 -0)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+35 -2)
📝 CompatBot/EventHandlers/EmpathySimulationHandler.cs (+4 -0)

📄 Description

No description provided


🔄 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/417 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/2/2019 **Status:** ✅ Merged **Merged:** 10/2/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`fa5f2d8`](https://github.com/RPCS3/discord-bot/commit/fa5f2d813ec649ee325404be4ac606aa1112eda8) important updates for empathy simulation engine - [`c05655e`](https://github.com/RPCS3/discord-bot/commit/c05655e642e0764260fd2f06f61d9f5d163baffd) restore balance ### 📊 Changes **9 files changed** (+816 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Warnings.cs` (+18 -1) 📝 `CompatBot/Database/BotDb.cs` (+16 -0) ➕ `CompatBot/Database/Migrations/BotDb/20191002172950_PawsOfCommunity.Designer.cs` (+308 -0) ➕ `CompatBot/Database/Migrations/BotDb/20191002172950_PawsOfCommunity.cs` (+35 -0) ➕ `CompatBot/Database/Migrations/BotDb/20191002180817_PawsOfCommunityV2.Designer.cs` (+327 -0) ➕ `CompatBot/Database/Migrations/BotDb/20191002180817_PawsOfCommunityV2.cs` (+35 -0) 📝 `CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs` (+38 -0) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+35 -2) 📝 `CompatBot/EventHandlers/EmpathySimulationHandler.cs` (+4 -0) </details> ### 📄 Description _No description provided_ --- <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:56:07 -05:00
yindo closed this issue 2026-02-15 15:56:07 -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#489