DisnakeDev / discord-disnake

**Deprecated** - This package makes it possible to use disnake without changing the discord namespace.
5 stars 1 forks source link

Archive the repo #6

Closed elenakrittik closed 6 months ago

elenakrittik commented 8 months ago

As per https://github.com/DisnakeDev/guide/pull/49#issue-1416012151:

it [the shim] is no longer maintained.

And it doesn't look like it will be of much use to revive it at this point.

shiftinv commented 6 months ago

I'm going to keep this open (thanks, github) until everything's done, still pending a pypi release eventually

There are also some other related tasks to be finished first in the core project, as well as probably the guide.

shiftinv commented 6 months ago

done!

$ docker run --rm -it python:3.10 bash
root@f2abdf3433a9:/# pip install discord-disnake &>/dev/null
root@f2abdf3433a9:/# python
Python 3.10.10 (main, Feb 11 2023, 02:40:33) [GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import discord
<stdin>:1: UserWarning: The discord-disnake compatibility shim is deprecated and is no longer being updated. Please migrate your project to use https://pypi.org/project/disnake directly.
>>>

(thanks, @EQUENOS :pray:)