Fixed auto-role output by server #93
This commit is contained in:
@@ -22,7 +22,7 @@ class AutoRoleRepositoryABC(ABC):
|
||||
def find_auto_role_by_id(self, id: int) -> Optional[AutoRole]: pass
|
||||
|
||||
@abstractmethod
|
||||
def get_auto_roles_by_server_id(self, id: int) -> AutoRole: pass
|
||||
def get_auto_roles_by_server_id(self, id: int) -> List[AutoRole]: pass
|
||||
|
||||
@abstractmethod
|
||||
def get_auto_role_by_message_id(self, id: int) -> AutoRole: pass
|
||||
|
Reference in New Issue
Block a user