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

fix: permissions checks for threads #34

Closed Skelmis closed 2 years ago

Skelmis commented 2 years ago

Essentially the current implementation doesn't check if the user (bot) can send messages in a thread correctly.

This change means if the channel is a thread we check the thread send permissions rather than parent channel permissions. Think for example next cord help threads

Close #28