discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

discord.py: explore possible forks #129

Open onerandomusername opened 2 years ago

onerandomusername commented 2 years ago

Description

Look at migrating to a fork of discord.py

As we all know, discord.py is no longer maintained, and discord.py could break at any time. With the upcoming timeouts feature, it seems like time to look for a library that is currently maintained.

I am a fan of disnake, except that currently has a few bugs with unawaited coros.

onerandomusername commented 2 years ago

After internal deliberations, we have tentatively decided on using disnake.

However, due to the fact that it could change, we are temporarily holding off on switching to a fork, as we don't feel a need to switch that urgently.

Additionally, since disnake is a drop in replacement (except for import rewriting) it isn't necessary to switch right now.

onerandomusername commented 2 years ago

We've decided we will be using disnake, and a pr to migrate to disnake will be created in the near future.