From e46148d30c3619616e58a35715380d77e8dfd427 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Sat, 28 Dec 2024 08:32:19 +0000 Subject: [PATCH] Auto-format code [skip actions] --- bot/modules/restart.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot/modules/restart.py b/bot/modules/restart.py index 0e9990c08..1f6777f6b 100644 --- a/bot/modules/restart.py +++ b/bot/modules/restart.py @@ -24,7 +24,9 @@ async def restart_bot(_, message): buttons.data_button("Cancel", "botrestart cancel") button = buttons.build_menu(2) await send_message( - message, "Are you sure you want to restart the bot ?!", button + message, + "Are you sure you want to restart the bot ?!", + button, )