mikeyaworski / Utility-Discord-Bot

A Discord utility bot
7 stars 33 forks source link

Have !move and !delete commands iteratively delete in chunks if required #5

Closed mikeyaworski closed 3 years ago

mikeyaworski commented 3 years ago

Currently, if the message range exceeds our limit of 100 messages per request, we will just truncate it at 100. Instead, we should chunk the requests into groups of 100 and make multiple requests.

mikeyaworski commented 3 years ago

Also add a confirmation for how many are going to be deleted. Same as with !purge: https://github.com/mikeyaworski/Utility-Discord-Bot/issues/4#issuecomment-743730789