discordmuffin/examples/avatar
VagantemNumen ecc6665887
Avatar Example using Url.
Readme clean up.
2016-05-16 14:51:41 +05:00
..
localfile Added example for changing avatar using a local file. 2016-05-16 14:38:06 +05:00
url Avatar Example using Url. 2016-05-16 14:51:41 +05:00
README.md Avatar Example using Url. 2016-05-16 14:51:41 +05:00

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.

cd $GOPATH/src/github.com/bwmarrin/discordgo/examples/avatar/localfile
cd $GOPATH/src/github.com/bwmarrin/discordgo/examples/avatar/url
go build

Usage

Please refer to the README.md inside the example folder for usage of that particular example.