SamSanai/VoiceMaster-Discord-Bot

auto remove bot messages

Closed this issue · 1 comments

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?

ok i figured it out how this works:

await ctx.author.send instead of ctx.channel.send

and after that await ctx.message.delete()