João Pedro Borges Martins

Results 33 comments of João Pedro Borges Martins

I found two instances of requests from djs that uses fetch as it'srequest source: > > My bet would be in the first one, since it's called on every bot...

> Are you listening to the `"debug"` event? In my experience rate limits are logged through that. In v14, iirc, RateLimits can be listened through `.rest.on('rateLimited')`

Although I had this problem when using the `InteractionResponse` from a `ModalSubmitInteraction` I could not repro this issue anymore, this issue even persist when creating a raw `InteractionCollector ` and...

Suggestion: If a message is reported, maybe include the last X messages of the member in that channel, for context

Suggestion: A third sub command to the `/reports` to show all the pending reports (maybe restrict to the last day to avoid useless stuff), maybe `/reports pending [time]` where `time`...

Suggestion: Add a option to the `/reports status` command to bulk update report status, like the reason command

- [x] List pending reports Is obsolete because of the native search of forum channels?

This would fit better @discord.js/sharder #7204

Discord for some reason made the Automod as a fancy webhook, not an actual `User` so it can't be the author of a case without refactoring the entire case system...