Skip to content

Commit

Permalink
fix(deps): update module github.com/disgoorg/disgo to v0.18.13 (#30)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/disgoorg/disgo](https://redirect.github.com/disgoorg/disgo)
| `v0.18.12` -> `v0.18.13` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdisgoorg%2fdisgo/v0.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdisgoorg%2fdisgo/v0.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdisgoorg%2fdisgo/v0.18.12/v0.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdisgoorg%2fdisgo/v0.18.12/v0.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>disgoorg/disgo (github.com/disgoorg/disgo)</summary>

###
[`v0.18.13`](https://redirect.github.com/disgoorg/disgo/releases/tag/v0.18.13):
- Soundboard

[Compare
Source](https://redirect.github.com/disgoorg/disgo/compare/v0.18.12...v0.18.13)

#### What's Changed

- Added Soundboard by
[@&#8203;sebm253](https://redirect.github.com/sebm253) in
[https://github.com/disgoorg/disgo/pull/283](https://redirect.github.com/disgoorg/disgo/pull/283)
- Removed "Get" prefix in funcs in `Icon` by
[@&#8203;sebm253](https://redirect.github.com/sebm253) in
disgoorg/disgo@71cd4c8
- Fixed `*events.GuildJoin` being emitted every startup by
[@&#8203;topi314](https://redirect.github.com/topi314) in
disgoorg/disgo@e8ae7a3

#### Breaking Changes

- `GetMIME()` and `GetHeader()` functions in `Icon` have been renamed to
`MIME()` and `Header()` for consistency

#### Deprecations

- `gateway.IntentGuildEmojisAndStickers` has been deprecated in favor of
`gateway.IntentGuildExpressions`

**Full Changelog**:
disgoorg/disgo@v0.18.12...v0.18.13

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/NLLCommunity/heimdallr).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
adalinesimonian authored Oct 2, 2024
2 parents be80e1b + 10a8097 commit a3298c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/cbroglie/mustache v1.4.0
github.com/disgoorg/disgo v0.18.12
github.com/disgoorg/disgo v0.18.13
github.com/disgoorg/json v1.2.0
github.com/disgoorg/snowflake/v2 v2.0.3
github.com/glebarez/sqlite v1.11.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/disgoorg/disgo v0.18.11 h1:hvWpU43PtThNeKOeP6ghx3nyjpgP0oaQz2WL3yizCI
github.com/disgoorg/disgo v0.18.11/go.mod h1:mkNGTSWCxIgTXCIg8GqRJedAqNw4T++xOgBOTEk9d7U=
github.com/disgoorg/disgo v0.18.12 h1:bB4bgJ9KEyJ+vKfa/fYEwEYv8Ds3C8RUoavotF2xHxY=
github.com/disgoorg/disgo v0.18.12/go.mod h1:wZ/ZW6x43QivIVrYrJxwSeFbIbrMqpi5vAU1ovsod8o=
github.com/disgoorg/disgo v0.18.13 h1:RswLnakVS+RbCACBfK7mLv3YGdZh625N2SMnngnqd+Q=
github.com/disgoorg/disgo v0.18.13/go.mod h1:wZ/ZW6x43QivIVrYrJxwSeFbIbrMqpi5vAU1ovsod8o=
github.com/disgoorg/json v1.1.0 h1:7xigHvomlVA9PQw9bMGO02PHGJJPqvX5AnwlYg/Tnys=
github.com/disgoorg/json v1.1.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA=
github.com/disgoorg/json v1.2.0 h1:6e/j4BCfSHIvucG1cd7tJPAOp1RgnnMFSqkvZUtEd1Y=
Expand Down

0 comments on commit a3298c3

Please sign in to comment.