I was using this for Resubs Notifications and it stopped working with the new update, any help?

Here is the code:

on 1:connect: { raw CAP REQ :twitch.tv/membership }

on 1:text:*subscribed*:#CHANNELID:{
if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
elseif ($nick == twitchnotify) && ( $4 == $null ) { describe $chan Welcome to the # $1! }
elseif ($nick == twitchnotify) && ( $4 isnum ) { describe $chan $1 has subscribed for $4 months in a row! }
}