diff --git a/config/example_config.json b/config/example_config.json new file mode 100644 index 0000000..18fdc6f --- /dev/null +++ b/config/example_config.json @@ -0,0 +1,9 @@ +{ + "discord": [ + { + "token": "discord bot token", + "pterodactyl_domain": "https://panel.pterodactyl.com/", + "pterodactyl_apikey": "user api key" + } + ] +} \ No newline at end of file