Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat0wa3 authored Jul 4, 2022
1 parent cbd9922 commit 405466a
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
@@ -1,5 +1,5 @@
# Handler-basico-Discord.js-v13
##En esta guia te enseño un handler basico para crear tu bot de discord
## En esta guia te enseño un handler basico para crear tu bot de discord
```js
const Discord = require('discord.js');
const config = require('config.json')
Expand Down Expand Up @@ -49,7 +49,7 @@ Crea su archivo config.json, y dentro de ese archivo colocan
```json
{
"token": "SU_TOKEN_GENERADO",
"prefix": "!" //puede ser el token que quieran
"prefix": "!" //puede ser el prefix que quieran
}
```

Expand Down

0 comments on commit 405466a

Please sign in to comment.