diff --git a/Gwendolyn.py b/Gwendolyn.py index 6c8526b..7bc1f4b 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -12,7 +12,8 @@ import funcs logging.basicConfig(filename="gwendolyn.log", level=logging.INFO) with open("token.txt","r") as f: - token =f.read() + token = f.read() + token = token.replace("\n","") client = discord.Client()