Twentysix26 / 26-Cogs

General purpose cogs for Red (v2)
GNU General Public License v3.0
26 stars 43 forks source link

[Feature request] Trigger moderator/etc permissions #37

Closed aberrix closed 6 years ago

aberrix commented 6 years ago

I noticed !trigger create is limited to the administrator role

trigger create has a check on it: @checks.admin_or_permissions(administrator=True)

is it possible to be able to enable/disable other roles such as moderators to use the create command also?

Twentysix26 commented 6 years ago

Not possible, I'm also not willing to lower the required role; creating automated messages should require higher privileges.