Remove unneeded pragma

This commit is contained in:
SeanOMik 2020-06-18 17:01:48 -05:00
parent 9b320ff8ad
commit f121a3043d
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type
guild, guild,
webhook, webhook,
global global
RateLimit = ref object {.requiresInit.} RateLimit = ref object
limit: int limit: int
remainingLimit: int remainingLimit: int
ratelimitReset: float ratelimitReset: float