From 4a415ab326a77066b94490fc2c9bb603f177a315 Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Thu, 7 Jan 2021 10:19:54 -0600 Subject: [PATCH] fix typo in cat detection --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a0a58b2..f8a6823 100644 --- a/bot.py +++ b/bot.py @@ -514,7 +514,7 @@ async def analyze_timings(message): "Recommended: 2.", inline=True) if disable_chest_cat_detection == "false": - embed_var.add_field(name="⚠ disable_chest_cat_detection", + embed_var.add_field(name="⚠ disable-chest-cat-detection", value="Enable this in paper.yml.", inline=True) if container_update_tick_rate == "false":