Skip to content

Commit

Permalink
Merge pull request #215 from LezdCS/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
LezdCS authored Jul 10, 2024
2 parents 4143392 + 04a07e1 commit da9e37b
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 da9e37b

Please sign in to comment.