[Mod] Indicate successful run in [p]voicekick (#5367)

This commit is contained in:
krak3n
2021-10-16 04:20:58 +05:30
committed by GitHub
parent b8535ee53e
commit 17dc9e0c47

View File

@@ -802,6 +802,7 @@ class KickBanMixin(MixinMeta):
until=None, until=None,
channel=case_channel, channel=case_channel,
) )
await ctx.send(_("User has been kicked from the voice channel."))
@commands.command() @commands.command()
@commands.guild_only() @commands.guild_only()