audit
This commit is contained in:
@@ -447,7 +447,7 @@ THREAD_PARENT_CHANNEL=
|
||||
|
||||
### Rate Limits
|
||||
- Channel creation: 50/day per guild
|
||||
- Channel rename: 2 per 10 minutes per channel ([Discord docs](https://discord.com/developers/docs/topics/rate-limits)). When the limit is reached, the bot skips the rename and posts: *Channel renamed too quickly. Try again \<t:unlock:R\>.*
|
||||
- Channel rename: Discord enforces 2 per 10 minutes per channel **per bot** ([Discord docs](https://discord.com/developers/docs/topics/rate-limits)). Renames route through `utils/renamer.js` (RENAMER_BOT secondary token); on 401/403/429 from the secondary, `services/channelQueue.js` falls back to the primary bot via `channel.setName`.
|
||||
- Message edits: Be cautious with bulk operations
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user