You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo should use either a simple requirements.txt file, or a system like pipenv to manage its requirements. This makes it easier for contributors to set up a test environment, and takes the guesswork out of which versions you're currently using. For example, it's currently hard to determine if you're using the discord.py async or rewrite branch (which are very different), because they both use import discord.
The text was updated successfully, but these errors were encountered:
This repo should use either a simple requirements.txt file, or a system like pipenv to manage its requirements. This makes it easier for contributors to set up a test environment, and takes the guesswork out of which versions you're currently using. For example, it's currently hard to determine if you're using the discord.py async or rewrite branch (which are very different), because they both use
import discord
.The text was updated successfully, but these errors were encountered: