mccoderpy / discord.py-message-components

A "fork" of discord.py library made by Rapptz with implementation of the Discord Message-Components & many other features by mccoderpy
MIT License
52 stars 12 forks source link

Sourcery refactored developer branch #69

Open sourcery-ai[bot] opened 1 year ago

sourcery-ai[bot] commented 1 year ago

Branch developer refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the developer branch, then run:

git fetch origin sourcery/developer
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!