Fixed a thing

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

View File

@ -13,6 +13,7 @@ logging.basicConfig(filename="gwendolyn.log", level=logging.INFO)
with open("token.txt","r") as f:
token = f.read()
token = token.replace("\n","")
client = discord.Client()