diff --git a/flanabot/bots/penalty_bot.py b/flanabot/bots/penalty_bot.py index adb7794..9bd7862 100644 --- a/flanabot/bots/penalty_bot.py +++ b/flanabot/bots/penalty_bot.py @@ -12,9 +12,9 @@ from flanabot import constants from flanabot.models import Chat, Message, Punishment -# ----------------------------------------------------------------------------------------------------- # +# ------------------------------------------------------------------------------------------------------- # # --------------------------------------------- PENALTY_BOT --------------------------------------------- # -# ----------------------------------------------------------------------------------------------------- # +# ------------------------------------------------------------------------------------------------------- # class PenaltyBot(MultiBot, ABC): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) diff --git a/flanabot/bots/poll_bot.py b/flanabot/bots/poll_bot.py index 51eac01..efd5a76 100644 --- a/flanabot/bots/poll_bot.py +++ b/flanabot/bots/poll_bot.py @@ -14,9 +14,9 @@ from flanabot import constants from flanabot.models import ButtonsGroup, Message -# ----------------------------------------------------------------------------------------------------- # +# ---------------------------------------------------------------------------------------------------- # # --------------------------------------------- POLL_BOT --------------------------------------------- # -# ----------------------------------------------------------------------------------------------------- # +# ---------------------------------------------------------------------------------------------------- # class PollBot(MultiBot, ABC): # ----------------------------------------------------------- # # -------------------- PROTECTED METHODS -------------------- # diff --git a/flanabot/bots/scraper_bot.py b/flanabot/bots/scraper_bot.py index 1b2f626..a46a6dc 100644 --- a/flanabot/bots/scraper_bot.py +++ b/flanabot/bots/scraper_bot.py @@ -14,9 +14,9 @@ from flanabot import constants from flanabot.models import Action, BotAction, Message -# ----------------------------------------------------------------------------------------------------- # +# ------------------------------------------------------------------------------------------------------- # # --------------------------------------------- SCRAPER_BOT --------------------------------------------- # -# ----------------------------------------------------------------------------------------------------- # +# ------------------------------------------------------------------------------------------------------- # class ScraperBot(MultiBot, ABC): # ----------------------------------------------------------- # # -------------------- PROTECTED METHODS -------------------- # diff --git a/flanabot/bots/weather_bot.py b/flanabot/bots/weather_bot.py index 1c65869..de25be3 100644 --- a/flanabot/bots/weather_bot.py +++ b/flanabot/bots/weather_bot.py @@ -16,9 +16,9 @@ from flanabot import constants from flanabot.models import Action, BotAction, ButtonsGroup, Message, WeatherChart -# ----------------------------------------------------------------------------------------------------- # +# ------------------------------------------------------------------------------------------------------- # # --------------------------------------------- WEATHER_BOT --------------------------------------------- # -# ----------------------------------------------------------------------------------------------------- # +# ------------------------------------------------------------------------------------------------------- # class WeatherBot(MultiBot, ABC): # ----------------------------------------------------------- # # -------------------- PROTECTED METHODS -------------------- #