diff options
author | Wim <wim@42.be> | 2018-02-14 22:22:35 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-14 22:22:35 +0100 |
commit | fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0 (patch) | |
tree | f3c4e5eca8b16d27c6def1d17053b6a6db1d79c0 /vendor/github.com/bwmarrin/discordgo/examples/appmaker | |
parent | 2522158127d2d55c992ddd2201e19de1907b0f67 (diff) | |
download | matterbridge-msglm-fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0.tar.gz matterbridge-msglm-fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0.tar.bz2 matterbridge-msglm-fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0.zip |
Update vendor bwmarrin/discordgo
Diffstat (limited to 'vendor/github.com/bwmarrin/discordgo/examples/appmaker')
-rw-r--r-- | vendor/github.com/bwmarrin/discordgo/examples/appmaker/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/bwmarrin/discordgo/examples/appmaker/main.go b/vendor/github.com/bwmarrin/discordgo/examples/appmaker/main.go index 286fe169..5581dd93 100644 --- a/vendor/github.com/bwmarrin/discordgo/examples/appmaker/main.go +++ b/vendor/github.com/bwmarrin/discordgo/examples/appmaker/main.go @@ -79,7 +79,7 @@ func main() { ap.Name = Name ap, err = dg.ApplicationCreate(ap) if err != nil { - fmt.Println("error creating new applicaiton,", err) + fmt.Println("error creating new application,", err) return } |