Closed aberrix closed 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?
Not possible, I'm also not willing to lower the required role; creating automated messages should require higher privileges.
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?