Remove discord token from source code

This commit is contained in:
louis chauvet 2018-09-20 21:20:59 +02:00
parent 58c71013b9
commit 33b139bb34

View File

@ -203,4 +203,4 @@ class FoBot(discord.Client):
myBot = FoBot()
myBot.run("NDcwNzI4NjAzMDEzNzQyNjAy.DnjwKA.2yInMZQjvKopi6Q5sqSCN216MrE", max_messages=100000000)
myBot.run(os.environ['DISCORD_TOKEN'], max_messages=100000000)