mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[V3] Use sys.exit() over exit() (#1755)
This commit is contained in:
@@ -383,7 +383,7 @@ def debug_info():
|
||||
+ "User: {}\n".format(user_who_ran)
|
||||
)
|
||||
print(info)
|
||||
exit(0)
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
def main_menu():
|
||||
|
||||
Reference in New Issue
Block a user