diff --git a/config.yaml b/config.yaml index 6ece4ccd..7e928466 100644 --- a/config.yaml +++ b/config.yaml @@ -117,7 +117,7 @@ LOOPS: ENABLED: True LIQUIDATIONS: - ENABLED: True + ENABLED: False CHANNEL: 💸┃liquidations LOSERS: diff --git a/src/cogs/loops/liquidations.py b/src/cogs/loops/liquidations.py index 547d0edc..3504458e 100644 --- a/src/cogs/loops/liquidations.py +++ b/src/cogs/loops/liquidations.py @@ -33,7 +33,7 @@ def __init__(self, bot: commands.Bot) -> None: self.bot, config["LOOPS"]["LIQUIDATIONS"]["CHANNEL"] ) # Disabled for now - # self.post_liquidations.start() + self.post_liquidations.start() async def get_df(self) -> pd.DataFrame: data = await get_json_data(