From 40671616f333fb1aec322c8f2c6785910674ce84 Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Wed, 8 Feb 2023 17:59:01 +0100 Subject: [PATCH] Added prefix flag for Startup (Standard "<") --- Music-Bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)