Add support for Twilight gateway queue
This commit is contained in:
9
Myriad/Gateway/Limit/IGatewayRatelimiter.cs
Normal file
9
Myriad/Gateway/Limit/IGatewayRatelimiter.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Myriad.Gateway.Limit
|
||||
{
|
||||
public interface IGatewayRatelimiter
|
||||
{
|
||||
public Task Identify(int shard);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user