[PR #1] [MERGED] Develop #7

Closed
opened 2026-09-04 00:46:36 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/DiscordCLI/pull/1
Author: @Stone-Red-Code
Created: 4/14/2021
Status: Merged
Merged: 4/14/2021
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (3)

  • f0fcbc0 Made more code async and added request cooldown
  • ce4fb23 Update Program.cs
  • fc3d170 Added new releases

📊 Changes

47 files changed (+1817 additions, -68 deletions)

View changed files

📝 .vs/DiscordCLI/v16/.suo (+0 -0)
📝 DiscordCLI/Commands.cs (+32 -20)
📝 DiscordCLI/CommandsManager.cs (+33 -9)
📝 DiscordCLI/DiscordCLI.csproj (+2 -3)
📝 DiscordCLI/InputManager.cs (+31 -29)
📝 DiscordCLI/OutputManager.cs (+8 -4)
📝 DiscordCLI/Program.cs (+1 -1)
DiscordCLI/Properties/PublishProfiles/Linux-arm.pubxml (+12 -0)
DiscordCLI/Properties/PublishProfiles/Linux-arm.pubxml.user (+6 -0)
📝 DiscordCLI/bin/Debug/net5.0/DiscordCLI.dll (+0 -0)
📝 DiscordCLI/bin/Debug/net5.0/DiscordCLI.pdb (+0 -0)
📝 DiscordCLI/bin/Debug/net5.0/ref/DiscordCLI.dll (+0 -0)
📝 DiscordCLI/bin/Release/net5.0/DiscordCLI.dll (+0 -0)
📝 DiscordCLI/bin/Release/net5.0/DiscordCLI.pdb (+0 -0)
📝 DiscordCLI/bin/Release/net5.0/linux-x64/DiscordCLI.dll (+0 -0)
📝 DiscordCLI/bin/Release/net5.0/linux-x64/DiscordCLI.pdb (+0 -0)
📝 DiscordCLI/bin/Release/net5.0/linux-x64/ref/DiscordCLI.dll (+0 -0)
DiscordCLI/bin/Release/net5.0/publish/Linux-arm.zip (+0 -0)
DiscordCLI/bin/Release/net5.0/publish/Linux-arm/ColorMineStandard.dll (+0 -0)
DiscordCLI/bin/Release/net5.0/publish/Linux-arm/DSharpPlus.dll (+0 -0)

...and 27 more files

📄 Description

  • Added request rate limiting
  • Added DM support
  • Linux-arm release file

🔄 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/Stone-Red-Code/DiscordCLI/pull/1 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 4/14/2021 **Status:** ✅ Merged **Merged:** 4/14/2021 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (3) - [`f0fcbc0`](https://github.com/Stone-Red-Code/DiscordCLI/commit/f0fcbc03c585c87793b47b4928b93507002a51dd) Made more code async and added request cooldown - [`ce4fb23`](https://github.com/Stone-Red-Code/DiscordCLI/commit/ce4fb237b347805362a986cae0aa67bd124afb51) Update Program.cs - [`fc3d170`](https://github.com/Stone-Red-Code/DiscordCLI/commit/fc3d170e07743b6616079c405347aed953b6527c) Added new releases ### 📊 Changes **47 files changed** (+1817 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `.vs/DiscordCLI/v16/.suo` (+0 -0) 📝 `DiscordCLI/Commands.cs` (+32 -20) 📝 `DiscordCLI/CommandsManager.cs` (+33 -9) 📝 `DiscordCLI/DiscordCLI.csproj` (+2 -3) 📝 `DiscordCLI/InputManager.cs` (+31 -29) 📝 `DiscordCLI/OutputManager.cs` (+8 -4) 📝 `DiscordCLI/Program.cs` (+1 -1) ➕ `DiscordCLI/Properties/PublishProfiles/Linux-arm.pubxml` (+12 -0) ➕ `DiscordCLI/Properties/PublishProfiles/Linux-arm.pubxml.user` (+6 -0) 📝 `DiscordCLI/bin/Debug/net5.0/DiscordCLI.dll` (+0 -0) 📝 `DiscordCLI/bin/Debug/net5.0/DiscordCLI.pdb` (+0 -0) 📝 `DiscordCLI/bin/Debug/net5.0/ref/DiscordCLI.dll` (+0 -0) 📝 `DiscordCLI/bin/Release/net5.0/DiscordCLI.dll` (+0 -0) 📝 `DiscordCLI/bin/Release/net5.0/DiscordCLI.pdb` (+0 -0) 📝 `DiscordCLI/bin/Release/net5.0/linux-x64/DiscordCLI.dll` (+0 -0) 📝 `DiscordCLI/bin/Release/net5.0/linux-x64/DiscordCLI.pdb` (+0 -0) 📝 `DiscordCLI/bin/Release/net5.0/linux-x64/ref/DiscordCLI.dll` (+0 -0) ➕ `DiscordCLI/bin/Release/net5.0/publish/Linux-arm.zip` (+0 -0) ➕ `DiscordCLI/bin/Release/net5.0/publish/Linux-arm/ColorMineStandard.dll` (+0 -0) ➕ `DiscordCLI/bin/Release/net5.0/publish/Linux-arm/DSharpPlus.dll` (+0 -0) _...and 27 more files_ </details> ### 📄 Description - Added request rate limiting - Added DM support - Linux-arm release file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:46:36 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/DiscordCLI#7