diff --git a/app/plugins/sudo/users.py b/app/plugins/sudo/users.py
index 8c55131..0a774ca 100644
--- a/app/plugins/sudo/users.py
+++ b/app/plugins/sudo/users.py
@@ -141,7 +141,7 @@ async def sudo_list(bot: BOT, message: Message):
if "-id" in message.flags:
output += f'\n ID: {user["_id"]}'
output += f'\n Super: {user.get("super", False)}'
- output += f'\n Disabled: {user.get("disabled", False)}'
+ output += f'\n Disabled: {user.get("disabled", False)}\n'
total += 1
if not total:
await message.reply("You don't have any SUDO USERS.")