I hereby claim:
- I am haykkh on github.
- I am haykkh (https://keybase.io/haykkh) on keybase.
- I have a public key ASCdg-Z0KWEMSBfMCilfsNA8qg-8tMjorAEMaP2h1X-i1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import asyncio | |
import discord | |
from fastapi import FastAPI | |
app = FastAPI() | |
client = discord.Client() | |
# where the magic happens | |
# register an asyncio.create_task(client.start()) on app's startup event |