MPP Auto-Fishing Bot [Beta v1.1]

                Never    
MPP.chat.send('/fish');

MPP.client.on('a', (msg) => {
	if (msg.a.startsWith(`Our good friend ${MPP.client.user.name} caught`) && msg.p._id == 'fd80a487140cfd226eea9586') {
		MPP.chat.send('/fish');
    }
});

Raw Text