Skip to content

Commit 40b5ae7

Browse files
committed
fix: fix xref
1 parent c9f4195 commit 40b5ae7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DisCatSharp.Docs/changelogs/v10/10_7_0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ In our best effort we tried to patch it over and over again, but we can't guaran
151151
- [`DiscordSku.GetSubscriptionAsync`](xref:DisCatSharp.Entities.DiscordSku.GetSubscriptionAsync*)
152152
- [`DiscordSku.CreateTestEntitlementAsync`](xref:DisCatSharp.Entities.DiscordSku.CreateTestEntitlementAsync*)
153153
- [`DiscordGuild.GetMemberVoiceStateAsync`](xref:DisCatSharp.Entities.DiscordGuild.GetMemberVoiceStateAsync*)
154-
- [`LavalinkGuildPlayer.GetLyricsAsync`](xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.GetLyricsAsync)
155-
- [`LavalinkGuildPlayer.SeekAsync`](xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.SeekAsync*)
156-
- [`LavalinkGuildPlayer.AddToQueueAt`](xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.AddToQueueAt*)
157-
- [`LavalinkGuildPlayer.RemoveFromQueueAt`](xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.RemoveFromQueueAt*)
158-
- [`LavalinkGuildPlayer.RemoveFromQueueAtRange`](xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.RemoveFromQueueAtRange*)
159-
- [`LavalinkGuildPlayer.SetRepeatMode`](xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.SetRepeatMode*)
160-
- [`LavalinkSession.GetLyricsAsync`](xref:DisCatSharp.Lavalink.Entities.LavalinkSession.GetLyricsAsync*)
154+
- [`LavalinkGuildPlayer.GetLyricsAsync`](xref:DisCatSharp.Lavalink.LavalinkGuildPlayer.GetLyricsAsync*)
155+
- [`LavalinkGuildPlayer.SeekAsync`](xref:DisCatSharp.Lavalink.LavalinkGuildPlayer.SeekAsync*)
156+
- [`LavalinkGuildPlayer.AddToQueueAt`](xref:DisCatSharp.Lavalink.LavalinkGuildPlayer.AddToQueueAt*)
157+
- [`LavalinkGuildPlayer.RemoveFromQueueAt`](xref:DisCatSharp.Lavalink.LavalinkGuildPlayer.RemoveFromQueueAt*)
158+
- [`LavalinkGuildPlayer.RemoveFromQueueAtRange`](xref:DisCatSharp.Lavalink.LavalinkGuildPlayer.RemoveFromQueueAtRange*)
159+
- [`LavalinkGuildPlayer.SetRepeatMode`](xref:DisCatSharp.Lavalink.LavalinkGuildPlayer.SetRepeatMode*)
160+
- [`LavalinkSession.GetLyricsAsync`](xref:DisCatSharp.Lavalink.LavalinkSession.GetLyricsAsync*)
161161
- [`string.Subtext`](xref:DisCatSharp.Utilities.Formatter.Subtext*)
162162
- [`DiscordButtonComponent.WithId`](xref:DisCatSharp.Entities.DiscordButtonComponent.WithId*)
163163
- [`DiscordLinkButtonComponent.WithId`](xref:DisCatSharp.Entities.DiscordLinkButtonComponent.WithId*)
@@ -180,7 +180,7 @@ In our best effort we tried to patch it over and over again, but we can't guaran
180180
### 🛠️ Fixes
181181

182182
- Fixed naming on `DiscordClient`: `CreateTestEntitlementsAsync` renamed to [`CreateTestEntitlementAsync`](xref:DisCatSharp.DiscordClient.CreateTestEntitlementAsync*) and `DeleteTestEntitlementsAsync` renamed to [`DeleteTestEntitlementAsync`](xref:DisCatSharp.DiscordClient.DeleteTestEntitlementAsync*).
183-
- Fixed the [`Recalculate`](xref:DisCatSharp.Interactivity.InteractivityHelpers.Recalculate) function for interactivity pages.
183+
- Fixed the [`Recalculate`](xref:DisCatSharp.Interactivity.InteractivityHelpers.Recalculate*) function for interactivity pages.
184184
- Fixed issues with the `DiscordOAuth2Client`.
185185
- Fixed issues when using the `OAuthWeb` extension to add users to a guild.
186186
- Fixed invalid API routes for [`UpdateCurrentUserApplicationRoleConnectionAsync`](xref:DisCatSharp.DiscordOAuth2Client.UpdateCurrentUserApplicationRoleConnectionAsync*) and [`GetCurrentUserApplicationRoleConnectionAsync`](xref:DisCatSharp.DiscordOAuth2Client.GetCurrentUserApplicationRoleConnectionAsync*).

0 commit comments

Comments
 (0)