diff --git a/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py b/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py index d244c44..784b016 100755 --- a/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py +++ b/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py @@ -720,7 +720,7 @@ class WolframAlpha(BaseCommand): def __init__(self, torchlight) -> None: super().__init__(torchlight) self.Triggers = ["!cc"] - self.Level = 10 + self.Level = 6 @staticmethod def _clean_text(text: str) -> str: @@ -828,7 +828,7 @@ class UrbanDictionary(BaseCommand): def __init__(self, torchlight) -> None: super().__init__(torchlight) self.Triggers = ["!define", "!ud"] - self.Level = 10 + self.Level = 6 async def _func(self, message: List[str], player) -> int: """Execute definition lookup command."""