From 85baa09942363fb59ae5ed2226f776db40d52f93 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Wed, 7 Jul 2021 15:54:54 +0200 Subject: [PATCH] Update README.md Change `node server.js` to `npm start` because it's shorter and fasster to type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 326f199..7797a6b 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ To use the bot: git clone https://github.com/SileNce5k/discord_bot.git cd discord_bot npm install -node server.js +npm start ``` -The first time you start the bot with `node server.js`, it will create a directory called data with a config.json file. +The first time you start the bot with `npm start`, it will create a directory called data with a config.json file. In this file, enter your bot token. You can also enter a login message, channel and enable it. You can also change the global prefix.