mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[V3 Mod] Fix unban and case numbering problems (#1101)
* [ModLog] fix case numbering issue * [Mod] fix unban command
This commit is contained in:
@@ -522,7 +522,7 @@ class Mod:
|
||||
click the user and select 'Copy ID'."""
|
||||
guild = ctx.guild
|
||||
author = ctx.author
|
||||
user = self.bot.get_user_info(user_id)
|
||||
user = await self.bot.get_user_info(user_id)
|
||||
if not user:
|
||||
await ctx.send(_("Couldn't find a user with that ID!"))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user