fix: Update testing instructions in AGENTS.md for clarity

This commit is contained in:
Slipstream 2025-06-04 14:53:22 -06:00
parent 442745c194
commit 051e342553
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -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.