EeeMoon

Results 1 comments of EeeMoon

@Lenochxd you can copy the original check function and change the return statement to `return application_checks.check(predicate)`. Example: ```python def has_permissions(**perms): invalid = set(perms) - set(nextcord.Permissions.VALID_FLAGS) if invalid: raise TypeError(f"Invalid permission(s):...