belguawhale / Discord-Werewolf

A discord bot that runs a game of Werewolf.
MIT License
81 stars 52 forks source link

Bot doesn't start anymore #71

Closed marmottin closed 4 years ago

marmottin commented 4 years ago

Using the last master version. Most likely related to the newly pushed API update yesterday.

Xinverse commented 4 years ago

Hello, I'm one of the maintainers of the bot. We are aware of the issue, and unfortunately the developers of the discord.py library has stopped updating the version of the library that the bot uses. I have put into place a temporary, fixed version of the discord.py library which you can use from now on to run the bot. To do that, run the following commands on your terminal: pip3 uninstall discord.py pip3 install -U git+https://github.com/Xinverse/discord.py.git

This should help get the bot working again.

marmottin commented 4 years ago

Confirmed, thanks for the quick fix =)