admin alias

This commit is contained in:
iDutchy
2020-11-18 16:41:38 -06:00
parent ae0f11ce53
commit 195bace135
2 changed files with 3 additions and 1 deletions

View File

@@ -231,6 +231,8 @@ class Permissions(BaseFlags):
"""
return 1 << 3
admin = administrator
@flag_value
def manage_channels(self):
""":class:`bool`: Returns ``True`` if a user can edit, delete, or create channels in the guild.