Update config.json

This commit is contained in:
ElBe 2022-09-14 13:11:17 +02:00 committed by GitHub
parent 2b560c84bb
commit 3d88006277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"Config": { "Config": {
"Token": "<INSERT TOKEN HERE>", "Token": "<INSERT TOKEN HERE>",
"Version": "0.1.0 alpha", "Version": "0.1.5 alpha",
"Version-Comment": "Started the project.", "Version-Comment": "Added info, ping and help command.",
"Credits": true "Credits": true
}, },
"Images": { "Images": {
"Logo": "<INSERT LOGO URL HERE>" "Logo": "https://cdn.discordapp.com/icons/984315487271940157/a_36c71b77a6f24b6da1cade4b3c4c36a1.webp?size=96"
}, },
"Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban", "clear"] "Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban", "clear"]
} }