diff --git a/jarvis/__init__.py b/jarvis/__init__.py index bbb703d..2c7c601 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -44,7 +44,7 @@ jarvis = commands.Bot( ) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "1.5.5" +__version__ = "1.5.6" db = DBManager(get_config().mongo).mongo diff --git a/jarvis/cogs/admin.py b/jarvis/cogs/admin.py index 58e8a74..6afd169 100644 --- a/jarvis/cogs/admin.py +++ b/jarvis/cogs/admin.py @@ -369,7 +369,7 @@ class AdminCog(commands.Cog): fields.append( Field( name=f"Username: {ban.username}#{ban.discrim}", - value="Date: {ban.created_at.strftime('%d-%m-%Y')}\n" + value=f"Date: {ban.created_at.strftime('%d-%m-%Y')}\n" + f"User ID: {ban.user}\n" + f"Reason: {ban.reason}\n" + f"Type: {ban.type}\n\u200b",