Update module github.com/bwmarrin/discordgo to v0.28.1 #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.27.1
->v0.28.1
Release Notes
bwmarrin/discordgo (github.com/bwmarrin/discordgo)
v0.28.1
: DiscordGo v0.28.1Compare Source
Hi all! This release, once again, only bumps semantic version of the library and does not contain any new fixes nor features.
Sorry for the inconvenience! See previous release for changelog.
v0.28.0
: DiscordGo v0.28.0Compare Source
Changelog
Breaking changes
ChannelEdit.Position
is now a pointer https://github.com/bwmarrin/discordgo/pull/1385Button.Emoji
is now a pointer https://github.com/bwmarrin/discordgo/pull/1475SelectMenuOption.Emoji
is now a pointer https://github.com/bwmarrin/discordgo/pull/1476Components
andEmbeds
inMessageEdit
are now pointers https://github.com/bwmarrin/discordgo/pull/1483WebhookEdit
andWebhookEditWithToken
now return*Webhook
, instead of*Role
https://github.com/bwmarrin/discordgo/pull/1497AuditLogGuildScheduledEventUpdare
was renamed toAuditLogGuildScheduledEventUpdate
https://github.com/bwmarrin/discordgo/pull/1370Message.StickerItems
was changed to[]StickerItem
https://github.com/bwmarrin/discordgo/pull/1494withMember
parameter was added toSession.ThreadMember
andSession.ThreadMembers
https://github.com/bwmarrin/discordgo/pull/1325limit
parameter was added toSession.ThreadMembers
https://github.com/bwmarrin/discordgo/pull/1325Features
Additions
WebhookParams.ThreadName
https://github.com/bwmarrin/discordgo/pull/1412SuppressNotification
andIsVoiceMessage
message flags https://github.com/bwmarrin/discordgo/pull/1428MessageSend.Flags
https://github.com/bwmarrin/discordgo/pull/1427FailIfNotExists
andSoftReference
toMessage
https://github.com/bwmarrin/discordgo/pull/1376MessageSend.StickerIDs
https://github.com/bwmarrin/discordgo/pull/1340ApplicationCommandInteractionData.CommandType
https://github.com/bwmarrin/discordgo/pull/1362AuditLogOptions.IntegrationType
https://github.com/bwmarrin/discordgo/pull/1440AuditLogOptions.ApplicationID
https://github.com/bwmarrin/discordgo/pull/1380BotHTTPInteractions
andActiveBotDeveloper
user flags https://github.com/bwmarrin/discordgo/pull/1465ThreadMember.Member
https://github.com/bwmarrin/discordgo/pull/1325Member.Flags
https://github.com/bwmarrin/discordgo/pull/1499Member.DisplayName
https://github.com/bwmarrin/discordgo/pull/1426Attachments
toInteractionResponseData
,WebhookEdit
andWebhookParams
https://github.com/bwmarrin/discordgo/pull/1392Session.ShouldReconnectVoiceOnSessionError
https://github.com/bwmarrin/discordgo/pull/1350Role.Flags
https://github.com/bwmarrin/discordgo/pull/1410UpdateCustomStatus
https://github.com/bwmarrin/discordgo/pull/1425GuildDirectory
andGuildMedia
channel types https://github.com/bwmarrin/discordgo/pull/1514Other changes
WebhookEditWithToken
https://github.com/bwmarrin/discordgo/pull/1372EndpointGuildTemplate
https://github.com/bwmarrin/discordgo/pull/1395AuditLogOptionsType
values https://github.com/bwmarrin/discordgo/pull/1413Components
andEmbeds
inMessageEdit
to be set to[]
https://github.com/bwmarrin/discordgo/pull/1483ChannelEdit.Position
to be set to0
https://github.com/bwmarrin/discordgo/pull/1385BUTTON_COMPONENT_INVALID_EMOJI
error forButton
https://github.com/bwmarrin/discordgo/pull/1475BUTTON_COMPONENT_INVALID_EMOJI
error forSelectMenuOption
https://github.com/bwmarrin/discordgo/pull/1476Special thanks
Full Changelog: bwmarrin/discordgo@v0.27.1...v0.28.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.
This PR was generated by Mend Renovate. View the repository job log.