diff --git a/config-example.py b/config-example.py new file mode 100644 index 0000000..b818537 --- /dev/null +++ b/config-example.py @@ -0,0 +1,22 @@ +prefix = "!" #the prefix for the bot commands +token = "" #the login token of the bot + +sqlServer = "" +sqlUser = "" +sqlPassword = "" +sqlDatabase = "" + +roleMap = { +"tilera" : "tilera", +"Server Administration" : "admin", +"Anvilcraft Team" : "team", +"Moderator" : "mod", +"Mod Dev" : "dev", +"Modpack Creator" : "modpack", +"YOUTUBER" : "youtube", +"Streamer" : "stream" +} + +ignoreRoles = [ + "Bot" +] \ No newline at end of file