VagantemNumen a548c84343 Avatar Example using Url. 8 years ago
..
localfile 9529c44867 Added example for changing avatar using a local file. 8 years ago
url a548c84343 Avatar Example using Url. 8 years ago
README.md 9529c44867 Added example for changing avatar using a local file. 8 years ago

README.md

Avatar Examples

These example demonstrates how to utilize DiscordGo to change the account avatar using local files and urls as well as with use of commands.

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
cd $GOPATH/src/github.com/bwmarrin/discordgo/examples/avatar/command
go build

Usage

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