【发布时间】:2022-11-09 11:41:16
【问题描述】:
I run a discord server where i have a win10 spare pc that runs my discord bots (not looking for advice, looking for an answer) and i have a discord bot coded in nextcord but i can't run my other discord bots when i run the nextcord bot, because i'd have to uninstall discord.py to run nextcord. any fixes on how to run discord.py bots side by side with a nextcord bot?
DistributionWarning: discord.py is installed which is incompatible with nextcord. Please remove this library by using pip3 uninstall discord.py
warn(message, DistributionWarning, stacklevel=0)
-
Use virtual environments for your bots.
标签: python discord discord.py bots