Skip to content

Commit

Permalink
Adds example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoffy committed May 31, 2019
1 parent 307543f commit 48df7ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ExampleConfig/DiscordPluginSpoffy.eco
Original file line number Diff line number Diff line change
@@ -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
}

1 comment on commit 48df7ea

@Hanver-X
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where can I get the bot token if I do not use the server tool from Eco but have a server for rent from a vendor with its own panel?

Please sign in to comment.