Create config.json

This commit is contained in:
ElBe 2022-09-14 07:20:46 +02:00 committed by GitHub
parent d55849fdd5
commit 26bc09e578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Bot/config.json Normal file
View File

@ -0,0 +1,12 @@
{
"Config": {
"Token": "<INSERT TOKEN HERE>",
"Version": "0.1.0 alpha",
"Version-Comment": "Started the project.",
"Credits": true
},
"Images": {
"Logo": "<INSERT LOGO URL HERE>"
},
"Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban", "clear"]
}