Added config example

This file is also used as template if normal .json file is not found
This commit is contained in:
2022-02-02 21:16:28 +07:00
parent 16c03c3f4f
commit 9c5a394541
2 changed files with 70 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[
{
"type": "ping",
"title": "☁️Internet | ",
"host": "1.1.1.1"
},
{
"type": "discordwebsocket",
"title": "🚀 Discord Websocket | "
},
{
"type": "discordhttp",
"title": "🏓 Discord HTTP | "
}
]