feat(audio/queue): add timestamps
This commit is contained in:
parent
80e6d422e5
commit
c1dae855b2
@ -22,7 +22,7 @@ class Song:
|
||||
)
|
||||
if multiline:
|
||||
return f"{title}\n**duration:** {duration}" + (
|
||||
f", **queued by:** <@{self.trigger_message.author.id}>"
|
||||
f", **queued by:** <@{self.trigger_message.author.id}> <t:{round(self.trigger_message.created_at.timestamp())}:R>"
|
||||
if show_queuer
|
||||
else ""
|
||||
)
|
||||
@ -48,6 +48,7 @@ class Song:
|
||||
else "[**stream**]"
|
||||
)
|
||||
),
|
||||
timestamp=self.trigger_message.created_at,
|
||||
)
|
||||
|
||||
if self.player.uploader_url:
|
||||
|
Loading…
x
Reference in New Issue
Block a user