AAA3A-AAA3A / AAA3A-cogs

Many cogs for Red-DiscordBot.
https://aaa3a-cogs.readthedocs.io/en/latest
Other
35 stars 28 forks source link

[Sudo] Lock into mod, admin, guild owner... #60

Closed PBOwner closed 3 months ago

PBOwner commented 3 months ago

What cog is this feature request for?

Sudo

Describe the feature request in as much detail as possible

I was thinking you can run, for example, [p]su user to lock into the user permissions (base member), same with mod, admin, guildowner. Then to revert back to bot owner, you can just do [p]unsu

AAA3A-AAA3A commented 3 months ago

To implement this functionality, it would be necessary to override the bot.is_mod and bot.is_admin methods, which I prefer to avoid, as this is not the main purpose of this cog.

LeDeathAmongst commented 2 months ago

This seem useful. Maybe make separate cog for this?