docker/config/discord.php
2023-04-14 10:35:51 +02:00

5 lines
No EOL
188 B
PHP

<?php
$discordEnabled = false;
$secret = "please change this if you intend to use a discord bot with the server";
$bottoken = "please change this to a discord bot token if you use one";
?>