Fixed scroll cmd
This commit is contained in:
parent
693a5170ea
commit
b6c8a7886c
3
main.py
3
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:
|
||||
|
|
|
|||
|
|
@ -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+(.*)")
|
||||
|
|
|
|||
Loading…
Reference in New Issue