Skip to content

Commit

Permalink
Revert Changes
Browse files Browse the repository at this point in the history
This reverts commit 434e747.

Revert "Added a comment"

This reverts commit c95a210.

Revert "Fix Indent"

This reverts commit 7605ce3.
  • Loading branch information
CyberKiller committed Oct 19, 2023
1 parent c95a210 commit ed040bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions redbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,6 @@ async def run_bot(red: Red, cli_flags: Namespace) -> None:
" (and --co-owner if you need more than one) flag\n"
)
sys.exit(ExitCodes.CONFIGURATION_ERROR)
except Exception as e:
# Catch all other exceptions here to prevent shutdown hangs
log.critical(e)
sys.exit(ExitCodes.CRITICAL)

return None

Expand Down

0 comments on commit ed040bb

Please sign in to comment.