Begun adding Main Event loop handeling

This commit is contained in:
blackfur 2021-01-19 19:42:53 +01:00
parent c9621b42eb
commit 7821f794eb

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():