diff --git a/main.py b/main.py index 444df51..b9961cf 100644 --- a/main.py +++ b/main.py @@ -1,13 +1,12 @@ import asyncio import channel_util +import client_wrapper import identifier import job_commands import management_commands -import periodicals import scroll_util import slavestothemachine -import client_wrapper def main() -> None: diff --git a/scroll_util.py b/scroll_util.py index 6961d70..cd64b75 100644 --- a/scroll_util.py +++ b/scroll_util.py @@ -111,4 +111,4 @@ def find_by_name(name: str, threshold: Optional[float] = None, recent_only: bool raise BadName(found, score, threshold) -scroll_hook = slack_util.Hook(scroll_callback, pattern=r"testscroll\s+(.*)") +scroll_hook = slack_util.Hook(scroll_callback, pattern=r"scroll\s+(.*)")