From 48df7ea8889c9a4bdfad0c9277046e58327a1338 Mon Sep 17 00:00:00 2001 From: Spoffy Date: Fri, 31 May 2019 01:23:09 +0100 Subject: [PATCH] Adds example config file --- ExampleConfig/DiscordPluginSpoffy.eco | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ExampleConfig/DiscordPluginSpoffy.eco diff --git a/ExampleConfig/DiscordPluginSpoffy.eco b/ExampleConfig/DiscordPluginSpoffy.eco new file mode 100644 index 00000000..8d2e8e1f --- /dev/null +++ b/ExampleConfig/DiscordPluginSpoffy.eco @@ -0,0 +1,15 @@ +{ + "BotToken": "", + "ServerName": "[Insert Server Name Here]", + "ServerDescription": "This is my description..(banana)", + "ServerLogo": "http://github.com/Spoffy/EcoDiscordPlugin/raw/master/images/DiscordLinkLogo_Nameless.png", + "ServerIP": "255.255.255.255", + "ChannelLinks": [ + { + "DiscordGuild": "NUMBER GOES HERE", + "DiscordChannel": "General", + "EcoChannel": "General" + } + ], + "Debug": false +} \ No newline at end of file