-
Hi there, for context I'm a Python noob so I might just be going about this the wrong way. Having said that: I want to run two instances, one a user bot and one an actual bot. My goal is to read messages from the user bot and repost them using the actual bot. Since discord.py-self uses the same namespace as discord.py, I'm not sure if it's possible to include both packages. Is it possible to run an actual bot using discord.py-self, or import both libraries if discord.py-self doesn't support this behaviour? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Try with python virtual enviroments #30. Or with renamed branch but I'm sure that it's outdated. |
Beta Was this translation helpful? Give feedback.
Try with python virtual enviroments #30. Or with renamed branch but I'm sure that it's outdated.