Go-Simp
Go-Simp copied to clipboard
Bump github.com/bwmarrin/discordgo from 0.25.0 to 0.26.1
Bumps github.com/bwmarrin/discordgo from 0.25.0 to 0.26.1.
Release notes
Sourced from github.com/bwmarrin/discordgo's releases.
DiscordGo v0.26.1
Hi all! This release only bumps semantic version of the library and does not contain any new fixes nor features. This is due to our semantic version previously not matching the actual library version.
DiscordGo v0.26.0
Get ready! This release is not so big, but is packed with refactoring changes and fixes.
What's Changed
Notices / Breaking changes
DefaultPermissionhas been deprecated in favor ofDefaultMemberPermissionsandDMPermissioninApplicationCommand#1075ApplicationCommandPermissionsBatchEdithas been deprecated #1075Content,ComponentsandEmbedswere made pointers inWebhookEdit#1174GuildTemplate.Descriptionwas made a pointer #1191- Type of
GuildTemplate.UsageCountwas changed toint#1191GuildChannelandPrivateChannelwere removed due to deprecation #1203InviteTargetEmbeddedApplictionwas renamed toInviteTargetEmbeddedApplication#1211NSFW,Archived,LockedandInvitablewere made pointers inChannelEdit#1199- Type of
Featureswas changed to[]GuildFeatureinUserGuild#1223- Remaining undocumented structs, events and fields were removed. #1225
ChannelEditnow shares same functional and parameters asChannelEditComplex#1217GuildMemberEditnow shares same functional and parameters asGuildMemberEditComplex#1217ChannelEditComplexwas deprecated in favor ofChannelEdit#1217GuildMemberEditComplexwas deprecated in favor ofGuildMemberEdit#1217nameandrolesparameters ofGuildEmojiEditandGuildEmojiCreatewere placed into aEmojiParamsstruct #1217accessToken,nick,roles,muteanddeafparameters ofGuildMemberAddwere placed in aGuildMemberAddParamsstruct #1217name,color,hoist,permsandmentionparameters ofGuildRoleEditwere placed into aGuildRoleParamsstruct #1217nameanddescriptionparameters ofGuildTemplateCreateandGuildTemplateEditwere placed into aGuildTemplateParamsstruct #1217GuildEmbedEditnow accepts parameters throughGuildEmbedstruct #1217GuildEmbed.Enabledwas made a pointer #1217GuildRoleCreatenow accepts initial role parameters throughGuildRoleParamsstruct #1217gparameter ofGuildEditwas made a pointer, to match other REST methods #1228New features
- Application commands: Permissions v2 #1075
- Auto moderation #1201
- Application command options: min and max length #1208
Other changes
- Use
with_localizationsflag inApplicationCommands#1196- Add
Dialerproperty toSession#1179 and #1220- Add
AppPermissionsfield toInteraction#1206- Add
ExpiresAtfield toInvite#1198- Add
Featuresfield toUserGuild#1223NameandDescriptionare omitted when unset inGuildTemplate#1191- Add
replied_usertoMessageAllowedMentions#1175- fix: check if opus created #1166
- Add ability to reply with embeds #1160
- Add missing fields to
VoiceState#1190
... (truncated)
Commits
fea3d77feat(*): bump version to 0.26.1aa9af14feat(*): bump version to 0.26.0622a7d8chore(GuildEdit)!: use a pointer for GuildParams (#1228)576ecf0REST methods cleanup (#1217)eee9bcbRemove remaining undocumented structs and fields (#1225)3cee831Add missing fields to GuildMemberParams (#1226)73ebf67GuildFeatures added to UserGuild (#1223)7c87035feat(voice): use Dialer for connections (#1220)f7309cdfeat: add UserGuildMember (#1210)262e8baAdd dialer property in config (#1179)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)