I used has_permissions(administrator=True) but I have a test server which I need all users to be able to use the commands. How can I accomplish that. Keep in mi
has_permissions(administrator=True)