diff --git a/apps/website/docs/guide/06-community-plugins.mdx b/apps/website/docs/guide/06-community-plugins.mdx index bff2e53c..77393102 100644 --- a/apps/website/docs/guide/06-community-plugins.mdx +++ b/apps/website/docs/guide/06-community-plugins.mdx @@ -37,4 +37,4 @@ this list, and future pull requests. - [Documentation](#) - [GitHub repository](#) -- [npm package](#) \ No newline at end of file +- [npm package](#) diff --git a/packages/commandkit/ratelimit.cjs b/packages/commandkit/ratelimit.cjs index e5c5df83..03127411 100644 --- a/packages/commandkit/ratelimit.cjs +++ b/packages/commandkit/ratelimit.cjs @@ -18,7 +18,6 @@ module.exports = { getRemainingRequests, getResetTime, resetRateLimit, - RateLimitStorage, DEFAULT_MAX_REQUESTS, DEFAULT_TIMEOUT, MemoryRateLimitStorage,