lunarflu HF staff commited on
Commit
5849c81
1 Parent(s): 2140c28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ async def on_member_unban(guild, unbanned_user):
197
  embed.title = "User Unbanned"
198
  embed.add_field(name="User", value=unbanned_user.mention, inline=True)
199
  embed.add_field(name="Account Created At", value=created_and_age, inline=True)
200
- embed.add_field(name="Moderator", value=moderator.mention, inline=False)
201
  embed.add_field(name="Nickname", value=moderator.nick, inline=True)
202
  embed.set_footer(text=f"{convert_to_timezone(datetime.utcnow(), zurich_tz)}")
203
 
 
197
  embed.title = "User Unbanned"
198
  embed.add_field(name="User", value=unbanned_user.mention, inline=True)
199
  embed.add_field(name="Account Created At", value=created_and_age, inline=True)
200
+ embed.add_field(name="Moderator", value=moderator.mention, inline=True)
201
  embed.add_field(name="Nickname", value=moderator.nick, inline=True)
202
  embed.set_footer(text=f"{convert_to_timezone(datetime.utcnow(), zurich_tz)}")
203