[PR #984] [MERGED] Fix ~8 minute unavailability on bot restart #990

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/984
Author: @13xforever
Created: 3/26/2025
Status: Merged
Merged: 3/26/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 0a9b961 more ValueTask updates
  • 67277ff disable syncing roles to bot mods list due to huge throttling on restart

📊 Changes

3 files changed (+14 additions, -12 deletions)

View changed files

📝 CompatBot/Database/Providers/ModProvider.cs (+1 -1)
📝 CompatBot/Program.cs (+2 -0)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+11 -11)

📄 Description

Turns out downloading all member data is not fast


🔄 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/984 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`0a9b961`](https://github.com/RPCS3/discord-bot/commit/0a9b9615d76014bdfe7fe6b08d97e8f104d75675) more ValueTask updates - [`67277ff`](https://github.com/RPCS3/discord-bot/commit/67277ff16f99a13bc794f140a1477f117fa54063) disable syncing roles to bot mods list due to huge throttling on restart ### 📊 Changes **3 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Database/Providers/ModProvider.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+2 -0) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+11 -11) </details> ### 📄 Description Turns out downloading all member data is not fast --- <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:57:25 -05:00
yindo closed this issue 2026-02-15 15:57:26 -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#990