Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ApplicationID to Webhook #838

Merged
merged 1 commit into from
Nov 15, 2020
Merged

Conversation

qaisjp
Copy link
Contributor

@qaisjp qaisjp commented Nov 15, 2020

It works

hooks, _ := session.GuildWebhooks(guild)
for _, wh := range hooks {
		fmt.Printf("webhook: %+v\n", *wh)
}
webhook: {ID:529729350946258954 Type:1 GuildID:315277951597936640 ChannelID:316038111811600387 User:qaisjp#7247 Name:matterbridge Avatar: Token:REMOVED ApplicationID:}
webhook: {ID:774818597741658172 Type:1 GuildID:315277951597936640 ChannelID:697038282701406298 User:Bridge#6643 Name:(auto-prod2) 2:12:28AM Avatar: Token:REMOVED ApplicationID:315280226936422400}

@CarsonHoffman CarsonHoffman merged commit fb996ef into bwmarrin:master Nov 15, 2020
@qaisjp qaisjp deleted the webhook-appid branch November 15, 2020 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants