We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ec24f commit bd62ce8Copy full SHA for bd62ce8
pydis_core/utils/error_handling/commands/abc.py
@@ -10,7 +10,7 @@ class AbstractCommandErrorHandler(ABC):
10
11
@abstractmethod
12
async def should_handle_error(self, error: Exception) -> bool:
13
- """A predicate that determines whether the error should be handled or not."""
+ """A predicate that determines whether the error should be handled."""
14
raise NotImplementedError
15
16
0 commit comments