Skip to content

Commit

Permalink
Merge pull request #42 from half-duplex/sopel-module-plugin
Browse files Browse the repository at this point in the history
Use sopel.plugin instead of sopel.module
  • Loading branch information
dgw authored Jan 28, 2022
2 parents 8c674ab + c1f1908 commit 11f077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel_modules/youtube/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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

Expand Down

0 comments on commit 11f077c

Please sign in to comment.