Replies: 1 comment 2 replies
-
You can set Playable.extras with the requesters id that you can use to retrieve a member/user from your bot later. Example: track.extras = {"requester_id": 1234567890}
# Later...
requester = guild.get_member(track.extras.requester_id) The same thing can be done on Playlist which will set extras to every track associated with the playlist. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any information in wavelink who added the track/tracks to the queue
Beta Was this translation helpful? Give feedback.
All reactions