[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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