Added custom prefix & info

This commit is contained in:
Nemika
2021-03-08 13:53:06 +02:00
parent b34c24dfc4
commit 503e4e7871
9 changed files with 131 additions and 7 deletions

1
data/help.txt Normal file
View File

@@ -0,0 +1 @@
This text will show up on the `help` command!

2
data/motd.txt Normal file
View File

@@ -0,0 +1,2 @@
This is a Message of the Day!
This will appear after the bump message IF "show_motd" is set to true in settings.json!

View File

@@ -1,3 +1,7 @@
{
"cooldown": 30
"cooldown": 3600,
"show_motd": false,
"show_motd_wait": 10,
"enable_serverlist": false,
"serverlist_url": "https://localhost:5000/"
}