From 86f8598e37221ef7b758fa63eb30180465c77c05 Mon Sep 17 00:00:00 2001 From: "Martin Barker (Keatran)" Date: Thu, 22 Feb 2024 18:07:02 +0000 Subject: [PATCH] Barkermn01 twitch object ref patches (#109) * Update TwitchUser.md * Update TwitchChat.md Updated the Ref to the models so people don't have to dig though the DLL's to find the correct namespace they need to `using` --- streamerbot/3.api/_variables/TwitchChat.md | 4 ++-- streamerbot/3.api/_variables/TwitchUser.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/streamerbot/3.api/_variables/TwitchChat.md b/streamerbot/3.api/_variables/TwitchChat.md index b034521a..27d5349c 100644 --- a/streamerbot/3.api/_variables/TwitchChat.md +++ b/streamerbot/3.api/_variables/TwitchChat.md @@ -47,7 +47,7 @@ variables: description: Number of emotes in the chat message value: 0 - name: emotes - type: List + type: List description: A C# accessible list of emotes used in the chat message variables: - name: id @@ -114,4 +114,4 @@ variables: type: boolean description: Is this user a first time chatter? value: True ---- \ No newline at end of file +--- diff --git a/streamerbot/3.api/_variables/TwitchUser.md b/streamerbot/3.api/_variables/TwitchUser.md index 4ee6d676..e2fb3c3c 100644 --- a/streamerbot/3.api/_variables/TwitchUser.md +++ b/streamerbot/3.api/_variables/TwitchUser.md @@ -39,7 +39,7 @@ variables: description: When was this user last active? value: 8/4/2023 10:56:06 AM - name: badges - type: List + type: List description: A C# accessible list of emotes used in the chat message variables: - name: name @@ -58,4 +58,4 @@ variables: type: number description: The count of badges this user has value: 3 ---- \ No newline at end of file +---