Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 28, 2024
1 parent f0d0359 commit e46148d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot/modules/restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)


Expand Down

0 comments on commit e46148d

Please sign in to comment.