From 739c2389fb104dfe262fb106dd11056883144e38 Mon Sep 17 00:00:00 2001 From: LezdCS Date: Thu, 27 Jun 2024 23:46:45 +0900 Subject: [PATCH] fix --- lib/src/core/utils/dashboard_events.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/core/utils/dashboard_events.dart b/lib/src/core/utils/dashboard_events.dart index cfe5adda..f56d7a78 100644 --- a/lib/src/core/utils/dashboard_events.dart +++ b/lib/src/core/utils/dashboard_events.dart @@ -178,7 +178,7 @@ Map dashboardEvents = { String channel = Get.find().twitchData!.twitchUser.login; Get.find() - .sendChatMessage(v.substring(1, v.length - 1), channel); + .sendChatMessage(v, channel); }, ), // SupportedEvents.twitchFollowerOnly: ExistingDashboardEvent(