From 051e3425538c0624626c3ecad8f8e7052760f8b4 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 14:53:22 -0600 Subject: [PATCH] fix: Update testing instructions in AGENTS.md for clarity --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2d4669a..0a73da8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,4 +4,5 @@ All cogs from the cogs directory are automatically loaded by default. (in the ma If you need to exclude a cog from being loaded, check commands.py. Hybrid commands are preferred to only legacy prefix commands unless specifcally requested. Pytest (pytest -q) won't work in this environment, so don't run it. -At most, just try `python -m py_compile` to make sure the file has no errors. +For testing you can use `pylint` and `python -m py_compile`. +You are using python 3.10.