Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Fries-J committed Mar 16, 2024
1 parent 3cdb5c9 commit f42e406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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(`❌`)
```
Expand Down

0 comments on commit f42e406

Please sign in to comment.