From 6404555cd9e5be95ab3650eb9578c92137dfb996 Mon Sep 17 00:00:00 2001 From: pwnyy Date: Sat, 7 Dec 2024 01:41:01 +0100 Subject: [PATCH] Correction on Twitch Reply Example + Start Raid md wrong csharp method name --- streamerbot/3.api/1.sub-actions/twitch/raid/start-raid.md | 2 +- .../3.api/3.csharp/_methods/twitch/chat/TwitchReplyToMessage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/streamerbot/3.api/1.sub-actions/twitch/raid/start-raid.md b/streamerbot/3.api/1.sub-actions/twitch/raid/start-raid.md index 0ac21b1f..1e2a03a7 100644 --- a/streamerbot/3.api/1.sub-actions/twitch/raid/start-raid.md +++ b/streamerbot/3.api/1.sub-actions/twitch/raid/start-raid.md @@ -13,5 +13,5 @@ variables: value: True / False csharpMethods: - TwitchStartRaidByName - - TwitchStartRaidByNameById + - TwitchStartRaidById --- \ No newline at end of file diff --git a/streamerbot/3.api/3.csharp/_methods/twitch/chat/TwitchReplyToMessage.md b/streamerbot/3.api/3.csharp/_methods/twitch/chat/TwitchReplyToMessage.md index e514f9f6..a723022b 100644 --- a/streamerbot/3.api/3.csharp/_methods/twitch/chat/TwitchReplyToMessage.md +++ b/streamerbot/3.api/3.csharp/_methods/twitch/chat/TwitchReplyToMessage.md @@ -25,7 +25,7 @@ example: | public bool Execute() { //Get message id to reply to - CPH.TryGetArg("messageId",out string messageId); + CPH.TryGetArg("msgId",out string messageId); //Set message for reply string message = "This is a test reply.";