We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabf8ee commit f56d322Copy full SHA for f56d322
autoresponses/autoresponses.toml
@@ -15,7 +15,7 @@ mention = true
15
keyphrases = ["opcode 8 was rate limited", "gatewayratelimitederror"]
16
content = """
17
Discord introduced a rate limit on requesting all guild members (**once** per **30s** per guild).
18
-- Starting in version 14.25.0, discord.js rejects the request and exposes error details in `error.data` but does not re-try automatically.
+- Starting in version 14.25.0, discord.js rejects the request and exposes error details in `error.data` but does not retry automatically.
19
"""
20
reply = true
21
mention = true
0 commit comments