nextcord / nextcord-ext-menus

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://menus.docs.nextcord.dev
MIT License
26 stars 9 forks source link

chore: pre-commit, checks, and templates #40

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 2 years ago

Mostly copied from nextcord.

Apologies for the rebase commit mess. The following are commits with code changes:

Create workflows and templates https://github.com/nextcord/nextcord-ext-menus/pull/40/files/216d30426ed15e0e0b8104c528e572c9d123741e..55eeca8d05f90f95488f71a397c3771fd251cba0 ("chore: templates and checks" ... "Create task.env")

Pyright fixes https://github.com/nextcord/nextcord-ext-menus/pull/40/files/62062b3c73722f7a9d1773e0511123fd840d8c19..c4f866e38d68c33739c963b745ee17aaefdc065d ("refactor: fix pyright checks" ... "Update docstring for format_page")

I've done lots of testing and everything seems to be working as before.