fix: correct locking issue that was preventing progress
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace StevesBot.Worker.Discord;
|
||||
|
||||
internal class DiscordRestClientException : Exception
|
||||
internal sealed class DiscordRestClientException : Exception
|
||||
{
|
||||
public DiscordRestClientException()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user