How did I prevent the backend notification spam from Magefan modules?

(
	kk=('general' 'news' 'offer' 'tip_trick' 'update')
	for k in "${kk[@]}"; do
		bin/magento config:set 'mfextension/notification/'$k 0
	done
	bin/magento cache:clean
)