From 12f0b55a439fe4b9b3e3f9e51f09581a90b37a24 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sat, 1 Feb 2020 20:51:02 +0100 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d126d..bfcb5bb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For the bot to be able to start, please complete the file with your credentials "prefix": "PREFIX BOT", "token_bot": "TOKEN BOT", - "youtube_api" : "TOKEN YOUTUBE API" + "youtube_api": "TOKEN YOUTUBE API" } ``` @@ -22,3 +22,24 @@ Reminder : - `prefix`, the prefix that will be set to use the bot. - `token_bot`, the token of the bot available on the Discord Developers section. - `youtube_api`, your youtube token available on the google console. + +To customize the emojis go to the file `emojis.json`. +Emojis are already defined by default but you can modify them if you wish. + +```js +{ + "music": ":musical_note:", + "queue": ":bar_chart:", + "error": ":tools:", + "success": ":white_check_mark:" +} +``` + +Go to the console and type this : + +```js +npm init +npm i (name of each missing module) +``` + +All you have to do is turn on your bot !