Skip to content

Commit 4f2a228

Browse files
committed
docs: use portable python -m ghdcbot.cli in TESTING_DISCORD
1 parent d3364c0 commit 4f2a228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TESTING_DISCORD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide explains how to safely validate Gitcord role automation in a Discord
1010
- `discord.permissions.write: false`
1111
With `enable_discord_role_updates: false`, `run-once` will not apply Discord role add/remove even if mode or permissions were mis-set.
1212
2. Run a sync:
13-
- `./.venv/bin/python -m ghdcbot.cli --config config/my-org-config.yaml run-once`
13+
- `python -m ghdcbot.cli --config config/my-org-config.yaml run-once`
1414
3. Review the generated report at `<data_dir>/reports/audit.md`.
1515
4. Verify planned role changes and identity mappings are correct.
1616
5. **Live phase (apply role updates):** Only after review, set:

0 commit comments

Comments
 (0)