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: Prevent CannotSendMessages or CannotEmbedLinks on interaction #45

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 2 years ago

Summary

Bots can send interaction responses even when the Send Messages permission is not enabled.

Bots can also send embeds even when Embed Links permission is not enabled.

This skips the check for the permission if an interaction is used instead of ctx.

Checklist