Fixed a thing

This commit is contained in:
NikolajDanger
2020-03-24 17:16:31 +01:00
parent ec531dbd21
commit 309ee2582c

View File

@ -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()