Connection Configuration - eliteSchwein/mooncord GitHub Wiki

"connection": {
        "moonraker_socket_url": "",
        "moonraker_url": "http://127.0.0.1",
        "moonraker_token": "",
        "moonraker_retry_interval": 2,
        "bot_token": ""
},
  • moonraker_socket_url: websocket url for Moonraker, default: ws://127.0.0.1/websocket
  • moonraker_url: website url for Moonraker, default: http://127.0.0.1
  • moonraker_token: token for Moonraker Authentification, see here how you get the API Key: Installation
  • moonraker_retry_interval: reconnecting interval in seconds, default: 2
  • bot_token: Discord Bot Token, see here