Fakeperms

Give moderators perms on Brew without giving them control over the guild itself

What are Fake Permissions?

Basically, it just allows moderators to actually do their job without actually having the guild permissions. The bot will register that they have these permissions, even though they don't actually have them. This prevents members from directly managing the guild and so forth.

How do I get the permissions a command requires?

You can get the permissions a command requires by doing ,help (command) and found under the Information field.

(In the future, it will be in a different position, probably on a button, to make it less likes bleed's embed)

Setting up the Fake Permissions

These commands can only be used by the Server Owner or an Antinuke Co-Owner

Granting a role Fake Permissions

You can use fakeperms add to add fake permissions to a role. You can add multiple permissions by separating them with a , comma.

,fakeperms add (role) (permissions)
,fakeperms add @moderator manage_messages, moderate_members
Removing a role's Fake Permissions

You can use fakeperms remove to remove fake permissions to a role. You can remove multiple permissions by separating them with a , comma.

,fakeperms remove (role) (permissions)
,fakeperms remove @admin manage_guild, manage_channels
Listing Fake Permissions in the guild

You can use fakeperms list to view all fake permissions configured in the guild or optionally a role of your choosing.

,fakeperms list
,fakeperms list 
,fakeperms list @admin

Fake Permissions List

Permission
Description

manage_messages

Allows the user to Delete Messages

moderate_members

Allows the user to Timeout Members

kick_members

Allows the user to Kick Members

ban_members

Allows the user to Ban Members

manage_roles

Allows the user to Manage Roles

manage_channels

Allows the user to Manage Channels

manage_guild

Allows the user to Manage the Guild with commands

administrator

Grants the user All Permissions

Last updated