Skip to content

Commit

Permalink
main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KDwevedi committed Oct 30, 2023
1 parent 914c6fc commit 593c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def load():
async def main():
async with client:
await load()
await client.start(os.getenv("TESTING_TOKEN"))
await client.start(os.getenv("TOKEN"))


asyncio.run(main())
Expand Down

0 comments on commit 593c9e6

Please sign in to comment.