Replies: 1 comment
-
Hi there, You can use an unofficial extension called The repo is here: https://github.com/ext-creators/discord-ext-ipc I must stress that this is an unofficial extension, so support is unlikely to be given in the discord.py server (there's a server for this in the repo's readme). Hopefully this is what you're after. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to get a flask server and discord.py to play nice with each other. I thought making it all async would help, so I tried using quart instead.
My current code roughly looks like this.
When I do this, the quart server reponds, but the discord bot doesn't. How do I get discord.py to share the event loop with quart?
I can share more code if needed, I'm really sleepy rn
Beta Was this translation helpful? Give feedback.
All reactions