Added code bloc in the method list of the readme
This commit is contained in:
50
README.md
50
README.md
@@ -70,101 +70,101 @@ bot.login("super_secret_token")
|
|||||||
|
|
||||||
## Filters
|
## Filters
|
||||||
|
|
||||||
- .Blur().getImage(`<Avatar>`, `<Level(Number)>`);
|
- ``.Blur().getImage(`<Avatar>`, `<Level(Number)>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Gay().getImage(`<Avatar>`);
|
- ``.Gay().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Greyscale().getImage(`<Avatar>`);
|
- ``.Greyscale().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Invert().getImage(`<Avatar>`);
|
- ``.Invert().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Sepia().getImage(`<Avatar>`);
|
- ``.Sepia().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Gifs
|
## Gifs
|
||||||
|
|
||||||
- .Blink().getImage()
|
- ``.Blink().getImage()``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Triggered().getImage(`<Avatar>`);
|
- ``.Triggered().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Montage
|
## Montage
|
||||||
|
|
||||||
- .Affect().getImage(`<Avatar>`);
|
- ``.Affect().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Batslap().getImage(`<Avatar>`, `<Avatar2>`);
|
- ``.Batslap().getImage(`<Avatar>`, `<Avatar2>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Beautiful().getImage(`<Avatar>`);
|
- ``.Beautiful().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Bed().getImage(`<Avatar>`, `<Avatar2>`);
|
- ``.Bed().getImage(`<Avatar>`, `<Avatar2>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Delete().getImage(`<Avatar>`);
|
- ``.Delete().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Facepalm().getImage(`<Avatar>`);
|
- ``.Facepalm().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Hitler().getImage(`<Avatar>`);
|
- ``.Hitler().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Jail().getImage(`<Avatar>`);
|
- ``.Jail().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Kiss().getImage(`<Avatar>`, `<Avatar2>`);
|
- ``.Kiss().getImage(`<Avatar>`, `<Avatar2>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Mms().getImage(`<Avatar>`);
|
- ``.Mms().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Rip().getImage(`<Avatar>`);
|
- ``.Rip().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Spank().getImage(`<Avatar>`, `<Avatar2>`);
|
- ``.Spank().getImage(`<Avatar>`, `<Avatar2>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Tatoo().getImage(`<Avatar>`)
|
- ``.Tatoo().getImage(`<Avatar>`)``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Thomas().getImage(`<Avatar>`);
|
- ``.Thomas().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Trash().getImage(`<Avatar>`);
|
- ``.Trash().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Wanted().getImage(`<Avatar>`, `<Currency>`);
|
- ``.Wanted().getImage(`<Avatar>`, `<Currency>`);``
|
||||||
|
|
||||||
> Currency ($, €, ...)
|
> Currency ($, €, ...)
|
||||||
|
|
||||||
@@ -173,11 +173,11 @@ bot.login("super_secret_token")
|
|||||||
|
|
||||||
## Utils
|
## Utils
|
||||||
|
|
||||||
- .Circle().getImage(`<Avatar>`);
|
- ``.Circle().getImage(`<Avatar>`);``
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- .Color().getImage(`<Color>`);
|
- ``.Color().getImage(`<Color>`);``
|
||||||
|
|
||||||
> An hex color is needed, like "#FF0000"
|
> An hex color is needed, like "#FF0000"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user