dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
718 stars 165 forks source link

Update past 2.0.0 #640

Closed Scyye closed 10 months ago

Scyye commented 11 months ago

Summary

Update the version of the package on pypi

What is the feature request for?

discord.ext.commands

The Problem

Setting up new environments would become way simpler.

The Ideal Solution

run pip install discord.py-self, and get straight to coding.

The Current Solution

run pip install discord.py-self, delete the discord folder, and drag the discord folder from downloading this repositories' source.

Additional Context

No response

Scyye commented 11 months ago

not sure why it says discord.ext.commands, should be core lib.

astolfoismywaifu commented 11 months ago

pip install -U git+https://github.com/dolfies/discord.py-self.git allows you to install the latest dev version

Scyye commented 11 months ago

still would be pretty useful

dolfies commented 10 months ago

The master branch is still in an alpha state :) I'll probably publish a release once the refactor/tls branch is merged and all open issues are addressed.