auto remove bot messages
Closed this issue · 1 comments
vr6syncro commented
hey, great job. Script is working well. But is it possible to get a config to enable auto remove bot messages? So if a user make .voice lock the bot message stay. maybe a autoremove is good or a private message to the user is better. is this possible?
vr6syncro commented
ok i figured it out how this works:
await ctx.author.send instead of ctx.channel.send
and after that await ctx.message.delete()