I'm trying to make a (personal) bot to download all messages that have been sent inside a channel, the messages are quite a lot and I know the limit of messages you can fetch is 100 per command, doing more than this results in API abuse and could get you banned. Now let's take for example a command that returns the last 100 messages sent, an user can do that indefinite amount of times and it's not API abuse, so how many times a second can I do it for it to not be abuse?
I asked in the discord.js server but haven't gotten an answer after 3 tries and I honestly don't want to risk getting banned.
rateLimit
event: discord.js.org/#/docs/main/stable/class/… – Syntle