This may be attributed due to the fact that a for loop is used to post a msg to each server... which may be too fast for discord's bot limits. So, just need to pull up the Discord API information against how many times a bot can post per second/per minute.
I'll adjust the for loop just loop to create another temporary array of only the servers that have a feed channel, and then use an interval loop (with a set time) to go through each channel to post to each discord server.
This may be attributed due to the fact that a for loop is used to post a msg to each server... which may be too fast for discord's bot limits. So, just need to pull up the Discord API information against how many times a bot can post per second/per minute.
I'll adjust the for loop just loop to create another temporary array of only the servers that have a feed channel, and then use an interval loop (with a set time) to go through each channel to post to each discord server.