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