-
In discord.py , the below command which I wrote works as deleting all messages which have been sent in the channel .
I want to do the same thing using serenity-rs however I've been failing to find the command which acts as same as "purge" in discord.py . Is it has not been implemented yet? |
Beta Was this translation helpful? Give feedback.
Answered by
Erk-
Sep 7, 2021
Replies: 1 comment
-
Purge is not a command of the api, but one only implemented in d.py, that said it could be a good feature so this could be a feature request instead |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
g-cyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Purge is not a command of the api, but one only implemented in d.py, that said it could be a good feature so this could be a feature request instead
cf. https://github.com/Rapptz/discord.py/blob/45d498c1b76deaf3b394d17ccf56112fa691d160/discord/channel.py#L412