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
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
Is it possible with discord io to purge like 10-20 messages? I am trying to clear a channel before it sends messages but the documentation is very scarce on this.
The text was updated successfully, but these errors were encountered:
Discord.io doesn't have a builtin option to delete the last 100 messages.
What you can instead do is use bot.getMessages() and get last 100 messages. Then make an array of their ids and then use bot.deleteMessages() to delete all of them.
Is it possible with discord io to purge like 10-20 messages? I am trying to clear a channel before it sends messages but the documentation is very scarce on this.
The text was updated successfully, but these errors were encountered: