Added custom prefix & info
This commit is contained in:
1
data/help.txt
Normal file
1
data/help.txt
Normal file
@@ -0,0 +1 @@
|
||||
This text will show up on the `help` command!
|
||||
2
data/motd.txt
Normal file
2
data/motd.txt
Normal 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!
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"cooldown": 30
|
||||
"cooldown": 3600,
|
||||
"show_motd": false,
|
||||
"show_motd_wait": 10,
|
||||
"enable_serverlist": false,
|
||||
"serverlist_url": "https://localhost:5000/"
|
||||
}
|
||||
Reference in New Issue
Block a user