Friday 9 July 2021

Closing Discord bot connection without terminating command line (discord.py)

I have been looking around to find a way to roll out updates without interrupting the flow of my bot, since it has some asyncio functions that execute a while after the function has been called

I have tried: await client.logout()

Above will logout the bot, but also closes the command line. I found this on the discord.py docs.

I am running Windows 10, with Python version 3.9

Any help would be appreciated. Thanks in advance.



from Closing Discord bot connection without terminating command line (discord.py)

No comments:

Post a Comment