Troubleshooting 
429s / Rate limits
@discordjs/restrespects per-route buckets. Back off and retry.
403s / Missing permissions
- Check guild/channel permissions for the bot.
 - Some endpoints require privileged intents or elevated scopes.
 
No messages returned
- Likely missing 
MESSAGE_CONTENTintent. Only request if approved by Discord. 
Gateway missing events
- Check 
GATEWAY_INTENTS. Ensure filters ingateway_subscribeare correct.