docker/config/discord.php

5 lines
188 B
PHP
Raw Permalink Normal View History

2023-04-14 08:35:51 +00:00
<?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";
?>