Temporary Messages (Self Deleting)

Comments

2 comments

  • Nono

    If you using the Python Discord.py API, you can make:
    await ctx.send("text", delete_after=1)

    2
  • Korvyr

    There's a way to do it with all the APIs, some long some small, but it would be so much better to have it built-in. That way more bot devs will have easier access to it and we may see a day when all bot spam is self-cleaning. :D

    I use it for error messages, instructions, command syntax help, and extra information that doesn't need to stick around.

    0

Please sign in to leave a comment.