Begun adding Main Event loop handeling

master
blackfur 2021-01-19 19:42:53 +01:00
parent 955b08c04f
commit 92c7bfcf9b
1 changed files with 1 additions and 0 deletions

1
run.py
View File

@ -11,6 +11,7 @@ with open("config.yml", "r") as file:
bot = discord.Client()
tasks = [False, False]
finished = False
def printhelp():