From a53f284c8844617e3e267c9dd699d52915047a3a Mon Sep 17 00:00:00 2001 From: retke Date: Sun, 10 Dec 2017 01:03:40 +0100 Subject: [PATCH] [V3] Fix typo in launcher menu (#1153) --- redbot/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/launcher.py b/redbot/launcher.py index 6b705c0c6..d7fe656c6 100644 --- a/redbot/launcher.py +++ b/redbot/launcher.py @@ -291,7 +291,7 @@ def main_menu(): print("1. Run Red w/ autorestart in case of issues") print("2. Run Red") print("3. Update Red") - print("4. Update Red (development version") + print("4. Update Red (development version)") print("5. Create Instance") print("6. Debug information (use this if having issues with the launcher or bot)") print("0. Exit")