From 0cddd0784891fd0bcfc43383c9af12be9eb66f91 Mon Sep 17 00:00:00 2001 From: Leigh MacDonald Date: Sat, 23 Mar 2024 02:27:10 -0600 Subject: [PATCH] Update attrs example --- tf2bdd_example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tf2bdd_example.yml b/tf2bdd_example.yml index 946ffd5..3d84dd4 100644 --- a/tf2bdd_example.yml +++ b/tf2bdd_example.yml @@ -38,6 +38,6 @@ list_description: "" # Used to filter out matches that dont have at least one of the listed attributes # If empty, all known results are returned. -# For example, If you only wanted to export players with the "cheaters" tag and not people -# that are marked "suspicious", you would use ["cheaters"] +# For example, If you only wanted to export players with the "cheaters" or "bot" tag and not people +# that are marked "suspicious", you would use ["cheaters", "bot"] # exported_attrs: [] \ No newline at end of file