1
votes

I was just looking how to delete a message in discord in discord.py i tries one code before but it not seems to work, I also tried reading discord's official documentation but that also not seem to work so that's why I need help

1

1 Answers

0
votes

ok i got the answer for deleting a channel use

await message.channel.delete()

for deleting a message use

await message.delete()