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

(cherry picked from commit 17dc9e0c47)

Co-authored-by: krak3n <84792368+the-krak3n@users.noreply.github.com>

Co-authored-by: krak3n <84792368+the-krak3n@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-10-16 00:52:21 +02:00
committed by GitHub
parent 542a7b3cb2
commit 41fa3f0310

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()