discordmuffin/examples/avatar/README.md
VagantemNumen 7ff5f4b043
Removed MESSAGE_CREATE event handler and opening of websocket infavour
of the example being simple and to the point.
Added a disclaimer regarding visual change to the main README.md.
2016-05-17 19:26:37 +05:00

29 lines
910 B
Markdown

<img align="right" src="http://bwmarrin.github.io/discordgo/img/discordgo.png">
Avatar Examples
====
These example demonstrates how to utilize DiscordGo to change the account avatar using local files and urls.
### Build
This assumes you already have a working Go environment setup and that DiscordGo is correctly installed on your system.
Change directory into the example you wish to build.
```sh
cd $GOPATH/src/github.com/bwmarrin/discordgo/examples/avatar/localfile
```
```sh
cd $GOPATH/src/github.com/bwmarrin/discordgo/examples/avatar/url
```
```sh
go build
```
### Usage
Please refer to the README.md inside the example folder for usage of that particular example.
### Note
Please be aware that you will need to login with the account you just changed avatar of to visually see the change. Alternatively you could query the avatar from dicord servers to make sure the change has indeed occured.