Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Mar 6, 2024
1 parent f32d27b commit 5169d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Lavalink4NET.Samples.NetCord/MusicModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public async Task<string> PlayAsync([SlashCommandParameter(Description = "The qu

var result = await audioService.Players
.RetrieveAsync(Context, playerFactory: PlayerFactory.Queued, retrieveOptions);

if (!result.IsSuccess)
{
return GetErrorMessage(result.Status);
Expand Down

0 comments on commit 5169d80

Please sign in to comment.