Skip to content

Commit

Permalink
Change "vc.source.title" to "song.title"
Browse files Browse the repository at this point in the history
Signed-off-by: DA344 <[email protected]>
  • Loading branch information
DA-344 authored Jan 3, 2024
1 parent 3b63c3e commit 678457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/voice/playing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def play(ctx, search: str):
return await ctx.respond("No song found.") # we return an error message

await vc.play(song) # Else, we play it
await ctx.respond(f"Now playing: `{vc.source.title}`") # and return a success message
await ctx.respond(f"Now playing: `{song.title}`") # and return a success message
```

<DiscordComponent>
Expand Down

0 comments on commit 678457a

Please sign in to comment.