From c1f19081fdf9d3c46fe5b3a7413a5dd547eca523 Mon Sep 17 00:00:00 2001 From: mal Date: Sun, 24 Oct 2021 23:24:07 +0000 Subject: [PATCH] use sopel.plugin instead of sopel.module --- sopel_modules/youtube/youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_modules/youtube/youtube.py b/sopel_modules/youtube/youtube.py index 874b5d1..2ad2026 100644 --- a/sopel_modules/youtube/youtube.py +++ b/sopel_modules/youtube/youtube.py @@ -18,7 +18,7 @@ NO_DEFAULT, ) from sopel.formatting import color, colors -from sopel.module import commands, example, url +from sopel.plugin import commands, example, url import sopel.tools as tools import sopel.tools.time