feat: add rest client to get gateway url
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace StevesBot.Worker.Discord;
|
||||
|
||||
internal interface IDiscordRestClient
|
||||
{
|
||||
Task<string> GetGatewayUrlAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user