Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 610 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 610 Bytes

DiscordElegiaBot

Bot for Elegia discord server

You can't use it if you don't have servers configured like in the Elegia project, you can just look at the code and maybe grab something for yourself.

add config.json to application folder

{
  "Token": "your bot token",
  "Prefix": "!",
  "ServerSiteUrl": "https://elegia.club",
  "Mirage": {
    "Ip": "91.211.118.36:27045",
    "FtpHost": "",
    "FtpUser": "",
    "FtpPass": ""
  },
  "Public": {
    "Ip": "134.249.178.5:29009",
    "FtpHost": "",
    "FtpUser": "",
    "FtpPass": ""
  },
  "ConnectionStrings": {
    "MirageContext": ""
  }
}