Skip to content

Commit

Permalink
Consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Flame442 authored Dec 8, 2024
1 parent b8f303f commit d48609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/warnings/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ async def warn(
member = user
elif isinstance(user, int):
if not ctx.channel.permissions_for(ctx.guild.me).ban_members:
await ctx.send(_("User {user} is not in the server.").format(user=user))
await ctx.send(_("User `{user}` is not in the server.").format(user=user))
return
user_obj = self.bot.get_user(user) or discord.Object(id=user)

Expand Down

0 comments on commit d48609e

Please sign in to comment.