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