Discord bot keeps getting rate limited

so I have a Discord bot which when someone sends a message in my server, the bot sends the message to my dm’s, and because the rate limit is 5 a second, if multiple messages are sent a second which they are it rate limit my bot, my question is how can I make it so my discordjs bot sends each message to my dm’s a few seconds after its sent.

For example message 1 is sent, 10 seconds later message 1 is dm’ed to me, and if message 2 is sent straight after 1, then still send 10 seconds later after the message is sent.