From c816f097ec47cbe4098d9f49ecdc65543eb28d61 Mon Sep 17 00:00:00 2001 From: Zodiac Date: Wed, 12 Feb 2025 23:00:16 -0800 Subject: [PATCH] update to use correct AsyncEvents --- plugins/asynchronious.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/asynchronious.py b/plugins/asynchronious.py index 513422e..842f8c9 100644 --- a/plugins/asynchronious.py +++ b/plugins/asynchronious.py @@ -33,7 +33,7 @@ Example: Always verify `result['timeout']` to ensure a response was received before the timeout. """ -from irc3.asynchronous import AsyncEvents +from .asynchronous import AsyncEvents from irc3 import utils from irc3 import dec