scriptydev / prescripty

Early version of Scripty during development.
https://scriptybot.web.app
Apache License 2.0
3 stars 0 forks source link

Permissions fixes #5

Open GoogolGenius opened 2 years ago

GoogolGenius commented 2 years ago

Need to fix all permission checks for the bot. Discord's new v2 system will also need to be accounted for in its future release.

Discord.js provides a lot of scenarios with permissions limitations and reasons for missing access, etc. https://discordjs.guide/popular-topics/permissions-extended.html

GoogolGenius commented 2 years ago

New PR here: https://github.com/hikari-py/hikari/pull/1148

GoogolGenius commented 2 years ago

Also tanjun will be updated soon (perhaps awaiting the hikari PR lol) https://github.com/FasterSpeeding/Tanjun/pull/296