diff --git a/Music-Bot.py b/Music-Bot.py index 46ecf9b..49c679a 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -39,7 +39,7 @@ else: threads = int(args.cores) -if args.prefix == None +if args.prefix == None: b_prefix = "<" else: b_prefix = str(args.prefix)