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

fix(deps): update module github.com/bwmarrin/discordgo to v0.26.0 #320

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/bwmarrin/discordgo require minor v0.25.0 -> v0.26.0

Release Notes

bwmarrin/discordgo

v0.26.0

Compare Source

Get ready! This release is not so big, but is packed with refactoring changes and fixes.

What's Changed

Notices / Breaking changes
  • DefaultPermission has been deprecated in favor of DefaultMemberPermissions and DMPermission in ApplicationCommand #​1075
  • ApplicationCommandPermissionsBatchEdit has been deprecated #​1075
  • Content, Components and Embeds were made pointers in WebhookEdit #​1174
  • GuildTemplate.Description was made a pointer #​1191
  • Type of GuildTemplate.UsageCount was changed to int #​1191
  • GuildChannel and PrivateChannel were removed due to deprecation #​1203
  • InviteTargetEmbeddedAppliction was renamed to InviteTargetEmbeddedApplication #​1211
  • NSFW, Archived, Locked and Invitable were made pointers in ChannelEdit #​1199
  • Type of Features was changed to []GuildFeature in UserGuild #​1223
  • Remaining undocumented structs, events and fields were removed. #​1225
  • ChannelEdit now shares same functional and parameters as ChannelEditComplex #​1217
  • GuildMemberEdit now shares same functional and parameters as GuildMemberEditComplex #​1217
  • ChannelEditComplex was deprecated in favor of ChannelEdit #​1217
  • GuildMemberEditComplex was deprecated in favor of GuildMemberEdit #​1217
  • name and roles parameters of GuildEmojiEdit and GuildEmojiCreate were placed into a EmojiParams struct #​1217
  • accessToken, nick, roles, mute and deaf parameters of GuildMemberAdd were placed in a GuildMemberAddParams struct #​1217
  • name, color, hoist, perms and mention parameters of GuildRoleEdit were placed into a GuildRoleParams struct #​1217
  • name and description parameters of GuildTemplateCreate and GuildTemplateEdit were placed into a GuildTemplateParams struct #​1217
  • GuildEmbedEdit now accepts parameters through GuildEmbed struct #​1217
  • GuildEmbed.Enabled was made a pointer #​1217
  • GuildRoleCreate now accepts initial role parameters through GuildRoleParams struct #​1217
  • g parameter of GuildEdit was made a pointer, to match other REST methods #​1228
New features
  • Application commands: Permissions v2 #​1075
  • Auto moderation #​1201
  • Application command options: min and max length #​1208
Other changes
  • Use with_localizations flag in ApplicationCommands #​1196
  • Add Dialer property to Session #​1179 and #​1220
  • Add AppPermissions field to Interaction #​1206
  • Add ExpiresAt field to Invite #​1198
  • Add Features field to UserGuild #​1223
  • Name and Description are omitted when unset in GuildTemplate #​1191
  • Add replied_user to MessageAllowedMentions #​1175
  • fix: check if opus created #​1166
  • Add ability to reply with embeds #​1160
  • Add missing fields to VoiceState #​1190
  • Add GET prefix for ApplicationCommands bucketID #​1193
  • Add GuildID field to ApplicationCommand #​1207
  • Add omitempty to channel_id in MessageReference #​1002
  • Add UserGuildMember #​1210
  • Add missing fields to GuildMemberParams #​1226

Special thanks

Full Changelog: bwmarrin/discordgo@v0.25.0...v0.26.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Aug 17, 2022

Pull Request Test Coverage Report for Build 2880123779

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 2880113386: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/github.com-bwmarrin-discordgo-0.x branch from 088e4d5 to 80b7afc Compare August 18, 2022 05:20
@renovate renovate bot force-pushed the renovate/github.com-bwmarrin-discordgo-0.x branch from 80b7afc to 3ed61e8 Compare August 18, 2022 05:22
@wass3r wass3r merged commit 207970e into main Aug 19, 2022
@wass3r wass3r deleted the renovate/github.com-bwmarrin-discordgo-0.x branch August 19, 2022 04: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