From f42e406df6e5f3d62c92ede89a82f7970e47b26d Mon Sep 17 00:00:00 2001 From: John-Fries-J Date: Sat, 16 Mar 2024 12:44:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7beddd0..edf12b3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ npm install Set up all your information in the *config.json* File as such ``` - { "prefix": "BOT_PREFIX_YOU_WANT", "main_token": "YOUR_BOT_TOKEN", @@ -61,7 +60,8 @@ Set up all your information in the *config.json* File as such > You can change the emojis in `emojis.js` and colors in `colors.js` If you want to change the reaction emojis go to commands/suggestions/suggest.js and edit -``` + + ``` s.react(`✅`) s.react(`❌`) ```