From 177a327776b0a6827229a3bdb033b59fcf614dce Mon Sep 17 00:00:00 2001
From: thedragonsinn <98635854+thedragonsinn@users.noreply.github.com>
Date: Thu, 18 Jan 2024 14:56:42 +0530
Subject: [PATCH] sudo: vsudo formatting fix2
---
app/plugins/sudo/users.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.")