You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow us to actually bulk delete messages from a channel
What is the feature request for?
The core library
The Problem
The problem is that even though that there is a function that "purges" messages (ctx.channel.purge(x)), what it really does is that it deletes them one by one, which results in a rate limit.
Summary
Allow us to actually bulk delete messages from a channel
What is the feature request for?
The core library
The Problem
The problem is that even though that there is a function that "purges" messages (
ctx.channel.purge(x)
), what it really does is that it deletes them one by one, which results in a rate limit.The Ideal Solution
There's an endpoint in the Revolt REST API that allows deleting messages in bulk. (refer to https://developers.revolt.chat/api#tag/Messaging/operation/message_bulk_delete_req). It can only delete messages that have been sent no more than 7 days ago though.
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: