Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HazoxO authored Sep 22, 2021
1 parent 7dcf3de commit 7d2fa7a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<h1 align="center">
<br>
<a href="https://github.com/HazoxO/discord-memes2/blob/main/README.md"><img src="https://w.wallhaven.cc/full/8x/wallhaven-8x7qj2.jpg" alt="Discord-Memes 2"></a>
<a href="https://github.com/HazoxO/discord-memes2"><img src="https://w.wallhaven.cc/full/8x/wallhaven-8x7qj2.jpg" alt="Discord-Memes 2"></a>
<br>
Discord-Memes 2
<br>
</h1>

<h4 align="center">Un módulo para hacer memes para tu bot de discord.</h4>
</h<h4 align="center">Un módulo para hacer memes para tu bot de discord.</h4>

<p align="center">
<a href="https://discordapp.com/invite/7ZsYdpuF">
Expand All @@ -25,15 +23,15 @@
# Uso normal

```js
const memes = require("discord-memes");
const memes = require("discord-memes2");
console.log(memes.imagenesEspañol())
```

# Ejemplo dentro del index

```js

const memes = require('discord-memes');
const memes = require('discord-memes2');
const Discord = require('discord.js');
const client = new Discord.Client();

Expand All @@ -60,6 +58,5 @@ client.login('token');

# Unete a la comunidad

https://discord.gg/GwwU56X3Sp

https://discord.gg/GwwU56X3Sp1>

0 comments on commit 7d2fa7a

Please sign in to comment.