diff --git a/plugins/_chatactions.py b/plugins/_chatactions.py index 1b1ceafe2d..a8e849dfa2 100644 --- a/plugins/_chatactions.py +++ b/plugins/_chatactions.py @@ -21,7 +21,12 @@ from pyUltroid.dB.greetings_db import get_goodbye, get_welcome, must_thank from pyUltroid.dB.nsfw_db import is_profan from pyUltroid.fns.helper import check_reply_to, inline_mention -from pyUltroid.fns.tools import async_searcher, create_tl_btn, get_chatbot_reply, get_oracle_reply +from pyUltroid.fns.tools import ( + async_searcher, + create_tl_btn, + get_chatbot_reply, + get_oracle_reply, +) try: from ProfanityDetector import detector