From 568cfcaf4c6bcf7d047dcd487dd1caf898b3532f Mon Sep 17 00:00:00 2001
From: SileNce5k <ozzynexus@gmail.com>
Date: Sat, 19 Jun 2021 12:45:51 +0200
Subject: [PATCH] Update README

More information about how to use the bot.
---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index 44b6461..94e822c 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,20 @@
 A modular discord bot written in javascript, using the [discord.js](https://discord.js.org) library.
 
 This is my second attempt at making a discord bot.
+
+---
+
+To use the bot:
+
+```text
+git clone https://github.com/SileNce5k/discord_bot.git
+cd discord_bot
+npm install
+node server.js
+```
+
+The first time you start the bot with `node server.js`, 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.  
+Every time you want to change something in this file, you have to restart the bot.