1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Delete the poll message from the author

This commit is contained in:
Phxntxm 2017-06-29 18:57:49 -05:00
parent 120d95096f
commit b0b6400747

View file

@ -84,6 +84,7 @@ class Polls:
Option 3
RESULT: A new poll people can vote on"""
await self.create_poll(ctx, question)
await ctx.message.delete()
def setup(bot):