TZer0
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/types/permissions.py
|
|
@ -118,7 +118,7 @@ class Permissible(object): |
|
|
|
__slots__ = [] |
|
|
|
|
|
|
|
def get_permissions(self): |
|
|
|
raise NotImplementedError |
|
|
|
raise NotImplementedError("Permissions can only be checked in Guild or Channel") |
|
|
|
|
|
|
|
def can(self, user, *args): |
|
|
|
perms = self.get_permissions(user) |
|
|
|