diff --git a/aw.py b/aw.py index d9c91e0..4828b0d 100644 --- a/aw.py +++ b/aw.py @@ -535,7 +535,7 @@ async def heat_death(): f"Can you believe it? Only {remaining_seconds} seconds until August 12th, 2036, the heat death of the universe." ) else: - print("Debug: Channel not found. Check the OFFTOPIC_CHANNEL.") + print("Debug: Channel not found. Check the OFFTOPIC_CHANNEL variable.") except Exception as e: print(f"An error occurred in heat_death task: {e}") diff --git a/patterns.json b/patterns.json index 762478b..1f3a739 100644 --- a/patterns.json +++ b/patterns.json @@ -61,6 +61,10 @@ }, { "regex": "0x593A1A", - "response": "This is a known issue. Try to delete the players to reset your stats. This issue is known to happen to modded servers. You may try to join a non-modded server for the time being." + "response": "This is a known issue. Try to delete the players to reset your stats. This issue is known to happen to modded servers. You may try to join a non-modded server for the time being" + }, + { + "regex": "stat version 159", + "response": "Update IW4x. See: https://forum.alterware.dev/t/how-to-install-the-alterware-launcher/56 Do not bypass the AlterWare launcher. Always use it to open IW4x (do not double-click iw4x.exe!)" } ] \ No newline at end of file