From fa07577be51580e6b69be2b8131c07692d546517 Mon Sep 17 00:00:00 2001 From: "Andrew Morgan (https://amorgan.xyz)" <andrew@amorgan.xyz> Date: Mon, 26 Feb 2018 21:52:34 -0800 Subject: [PATCH] Change bot starting command to npm start Helps to differentiate the start command and the command that generates the config. I believe `npm start` also makes sure the code is up to date. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86afa7d..b0af6a7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ and synapse. Any new servers/guilds you bridge should show up in the network lis ### Running the Bridge * For the bot to appear online on Discord you need to run the bridge itself. -* ``node ./build/src/discordas.js -p 9005 -c config.yaml`` +* ``npm start`` [Howto](./docs/howto.md) -- GitLab