1<?php 2/** 3 * Default settings for the oauthdiscordserver plugin 4 */ 5 6$conf['key'] = ''; 7$conf['secret'] = ''; 8$conf['serverID'] = ''; 9$conf['roleID'] = ''; 10