kick: add boot.

This commit is contained in:
Ave Ozkal 2019-10-30 23:04:59 +03:00
parent d97f948e9b
commit 9d65235687
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -147,6 +147,7 @@ class Mod(Cog):
log_channel = self.bot.get_channel(config.modlog_channel) log_channel = self.bot.get_channel(config.modlog_channel)
await log_channel.send(chan_message) await log_channel.send(chan_message)
await ctx.send(f"👢 {safe_name}, 👍.")
@commands.guild_only() @commands.guild_only()
@commands.bot_has_permissions(ban_members=True) @commands.bot_has_permissions(ban_members=True)