init
This commit is contained in:
commit
c128fd5032
12 changed files with 166 additions and 0 deletions
5
config/discord.php
Normal file
5
config/discord.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?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";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue