Fixed scroll cmd

This commit is contained in:
Jacob Henry 2018-11-17 01:30:22 -05:00
parent 693a5170ea
commit b6c8a7886c
2 changed files with 2 additions and 3 deletions

View File

@ -1,13 +1,12 @@
import asyncio import asyncio
import channel_util import channel_util
import client_wrapper
import identifier import identifier
import job_commands import job_commands
import management_commands import management_commands
import periodicals
import scroll_util import scroll_util
import slavestothemachine import slavestothemachine
import client_wrapper
def main() -> None: def main() -> None:

View File

@ -111,4 +111,4 @@ def find_by_name(name: str, threshold: Optional[float] = None, recent_only: bool
raise BadName(found, score, threshold) 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+(.*)")