Fix avatar usage example, spaces are important too.
This commit is contained in:
parent
5fcb5fa7eb
commit
3aa7eadbf8
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ Usage of ./avatar:
|
||||||
The below example shows how to set your Avatar from a local file.
|
The below example shows how to set your Avatar from a local file.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./avatar-t TOKEN -f avatar.png
|
./avatar -t TOKEN -f avatar.png
|
||||||
```
|
```
|
||||||
The below example shows how to set your Avatar from a URL.
|
The below example shows how to set your Avatar from a URL.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./avatar-t TOKEN -u http://bwmarrin.github.io/discordgo/img/discordgo.png
|
./avatar -t TOKEN -u http://bwmarrin.github.io/discordgo/img/discordgo.png
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue