Closed mahony0 closed 5 years ago
Hi,
There's an issue with string replacing on SubHype module.
https://github.com/MyTheValentinus/twitch-bot/blob/c986d96e620f9234b40e3f09f66b38ff8924c177/modules/subhype/Subhype.php#L50
It should be:
$months = str_replace('msg-param-cumulative-months=', '', $months);
I can send PR if you approve this is an issue.
Thanks for your efforts.
Hello,
Thanks you for your report ! Yeah with pleasure, send a PR i will approve it now !
Thanks !
Hi,
There's an issue with string replacing on SubHype module.
https://github.com/MyTheValentinus/twitch-bot/blob/c986d96e620f9234b40e3f09f66b38ff8924c177/modules/subhype/Subhype.php#L50
It should be:
I can send PR if you approve this is an issue.
Thanks for your efforts.