diff options
author | 2024-02-01 12:39:23 +0100 | |
---|---|---|
committer | 2024-03-18 11:37:57 +0100 | |
commit | dc6dbbb3fa3dccc837a39acc8f5371c5c80d2d1d (patch) | |
tree | 06869407c823e4299188ed6622d8f95ff0c8f996 | |
parent | Update ruff to target Python 3.11 (diff) |
make error_handling a package
This also moves the handle_forbidden_from_block util to the package's ctor to ensure backwards compat
-rw-r--r-- | pydis_core/utils/error_handling/__init__.py (renamed from pydis_core/utils/error_handling.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/pydis_core/utils/error_handling.py b/pydis_core/utils/error_handling/__init__.py index 51d23ca0..51d23ca0 100644 --- a/pydis_core/utils/error_handling.py +++ b/pydis_core/utils/error_handling/__init__.py |