Track rate limits, reset after 24 hours
This commit is contained in:
@@ -32,6 +32,8 @@ type
|
||||
RateLimit* = object
|
||||
remaining*: int
|
||||
reset*: int
|
||||
limited*: bool
|
||||
limitedAt*: int
|
||||
|
||||
GuestAccount* = ref object
|
||||
id*: string
|
||||
|
||||
Reference in New Issue
Block a user