Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LezdCS committed Jun 27, 2024
1 parent 4143392 commit 739c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/utils/dashboard_events.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Map<SupportedEvents, ExistingDashboardEvent> dashboardEvents = {
String channel =
Get.find<HomeViewController>().twitchData!.twitchUser.login;
Get.find<HomeViewController>()
.sendChatMessage(v.substring(1, v.length - 1), channel);
.sendChatMessage(v, channel);
},
),
// SupportedEvents.twitchFollowerOnly: ExistingDashboardEvent(
Expand Down

0 comments on commit 739c238

Please sign in to comment.