Skip to content

A discord bot designed to monitor and control my valheim services, and exhibit some of the mannerisms of one of my D&D characters.

Notifications You must be signed in to change notification settings

Ctri-The-Third/DiscordBot-00718274602

Repository files navigation

installation

Needs an auth.json file in the following format:

{
    "token":"bot token"
}

and a services.json dictating what it should be looking for, and where.

[
    {
        "serviceName": "hordelings",
        "serviceType": "valheim",
        "host": "127.0.0.1",
        "statusPort": 2459,
        "startupCommand": "serviceControls\\startServer.bat",
        "shutdownCommand": "serviceControls\\stopServer.bat"
    },
    {
        "serviceName": "LaserScraper",
        "serviceType": "localApplication",
        "processName": "CmdMenus.py",
    }
]

About

A discord bot designed to monitor and control my valheim services, and exhibit some of the mannerisms of one of my D&D characters.

Resources

Stars

Watchers

Forks

Packages

No packages published