[text] 1

Viewer

  1. #Administrate
  2. async def deletall(ctx):
  3.     channel = ctx.channel
  4.     print(channel)
  5.     
  6.     await channel.delete_messages([x for x in await channel.history().flatten() if x not in pinned])
  7.  

Editor

You can edit this paste and save as new:


File Description
  • 1
  • Paste Code
  • 23 Mar-2023
  • 196 Bytes
You can Share it: