From f8502953dd56250f2e0952f7b0c3062e58b6716a Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 9 Oct 2021 17:17:01 +0200 Subject: make url_preview async --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 776299d..f442d35 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ async fn main() { AUTHENTICATE, catinator::hooks::sasl ), - hook( + async hook( "url_preview", "Send preview of website", PRIVMSG, -- cgit v1.2.3