From ccd2bc172604a125c3e63300a140158dee29c9cf Mon Sep 17 00:00:00 2001 From: Julli4n <11952329+Julli4n@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:43:33 -0700 Subject: [PATCH] whoops! --- src/helpers/RatelimitHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/RatelimitHelper.ts b/src/helpers/RatelimitHelper.ts index d775248..895af2c 100644 --- a/src/helpers/RatelimitHelper.ts +++ b/src/helpers/RatelimitHelper.ts @@ -32,7 +32,7 @@ interface Ratelimit { } /** - * Helper for OpenCloud ratelimit handling. This could also be used on the UserClient, but ratelimits are not public. + * Helper for OpenCloud ratelimit handling. */ export class RatelimitHelper { /**