diff --git a/sopel/modules/dice.py b/sopel/modules/dice.py index 4288cd96f..8a6192a0e 100644 --- a/sopel/modules/dice.py +++ b/sopel/modules/dice.py @@ -119,8 +119,6 @@ def get_number_of_faces(self) -> int: class DiceError(Exception): """Custom base exception type.""" - def __init__(self, *args): - super().__init__(*args) class InvalidDiceFacesError(DiceError):