Skip to content

Commit 9a375cd

Browse files
authored
Update README.md
1 parent 1f70412 commit 9a375cd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# THIS IS BETA VERSION WHICH WILL COME INTO PLACE FROM 10TH JUNE. THIS VERSION NEEDS A API TOKEN YOU CAN GET IT FROM [MEMER API](https://discord.com/invite/emD44ZJaSA)
2+
13
<div align="center">
24
<p>
35
<img alt="npm" src="https://img.shields.io/npm/dt/memer-api">
@@ -29,7 +31,7 @@ npm install memer-api
2931
```
3032
```js
3133
const Meme = require("memer-api");
32-
const memer = new Meme();
34+
const memer = new Meme('YOUR API TOKEN');
3335
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>
3436
```
3537

@@ -52,7 +54,7 @@ memer.<Method>(<Options>); //returns -> Promise -> <Buffer>
5254
## Examples
5355

5456
```js
55-
const Meme = require("memer-api"), Discord = require("discord.js"), memer = new Meme();
57+
const Meme = require("memer-api"), Discord = require("discord.js"), memer = new Meme('YOUR API TOKEN');
5658

5759
const avatar = "https://imgur.com/I5DmdNR.png"; //only static images supported / works! no gifs / videos
5860

0 commit comments

Comments
 (0)