From b0be52dcb58b53f82ca1578ca8b8435cb6444319 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 11 Jan 2026 13:25:35 -0700 Subject: [PATCH] Update documentation to remove includeGM --- Query-Manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Query-Manager.md b/Query-Manager.md index ab81df4..85b8199 100644 --- a/Query-Manager.md +++ b/Query-Manager.md @@ -101,4 +101,4 @@ This is an object representing every user's queried data, this may or may not ha | Property | Type | Description | -------- | ---- | ----------- -| `includeGM` | `boolean?` | Whether or not the user should include gamemasters and assistant gamemasters when creating the chat message with the notification. This defaults to `false`. +| `includeRequestor` | `boolean?` | Whether or not the notification should include when creating the chat message with the notification. If not specified, it is treated as `false`.