Fixed a thing
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user