Browse Source

fix typo in cat detection

pull/2/head
Purpur 3 years ago
committed by GitHub
parent
commit
4a415ab326
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bot.py

2
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":

Loading…
Cancel
Save