From ee3206747247f35a577c7095a2d9dc98565b5aa5 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Wed, 25 Feb 2026 18:50:30 +0100 Subject: [PATCH] Upload file config.json via GUI --- config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..7411308 --- /dev/null +++ b/config.json @@ -0,0 +1,20 @@ +{ + "prefix": "vn!", + "botName": "Viper-Network", + "authorName": "M_Viper", + "authorGithub": "https://m-viper.de", + "inviteClientID": "1475585197205618701", + "statusMessages": [ + { "type": "Playing", "text": "with Minecraft Plugins" }, + { "type": "Playing", "text": "with WordPress Plugins" }, + { "type": "Watching", "text": "Viper-Network" }, + { "type": "Listening", "text": "vn!help" }, + { "type": "Watching", "text": "SpigotMC" }, + { "type": "Playing", "text": "with Java" }, + { "type": "Playing", "text": "with PHP" }, + { "type": "Watching", "text": "https://m-viper.de" }, + { "type": "Listening", "text": "Plugin Requests" }, + { "type": "Competing", "text": "Plugin Development" } + ], + "statusInterval": 30 +} \ No newline at end of file