1<?php
2$conf['namespaces'] = "";
3$conf['notify_create'] = 1;
4$conf['notify_edit'] = 1;
5$conf['notify_edit_minor'] = 1;
6$conf['notify_delete'] = 1;
7$conf['notify_show_summary'] = 1;
8$conf['notify_show_name'] = 'real name';
9$conf['webhook'] = "https://discordapp.com/api/webhooks/<id>/<token>";
10