Update test to remove extra parameter

This commit is contained in:
Bruce Marriner 2016-06-14 10:52:02 -05:00
parent 233e672287
commit 43b5f3a252

View file

@ -39,7 +39,7 @@ func ExampleApplication() {
log.Printf("ApplicationUpdate: err: %+v, app: %+v\n", err, ap)
// create a new bot account for this application
bot, err := dg.ApplicationBotCreate(ap.ID, "")
bot, err := dg.ApplicationBotCreate(ap.ID)
log.Printf("BotCreate: err: %+v, bot: %+v\n", err, bot)
// Get a list of all applications for the authenticated user