Simple discord bot with WiiLink WFC integration. See config.example.json, and put your real config in config.json.
Note that this will only run with Retro Rewind's fork of wfc-server, as it exposes additional endpoints used by this bot.
npm inpm run buildnpm run start
Command line arguments can be provided after a -- in npm run start, such as npm run start -- --refresh-commands
Available Arguments:
--refresh-commands: Refreshes the slash commands registered on discord
--config [config file]: Provide the config file used and saved to
An example config will be automatically generated if none is provided. See config.ts.