How to get the start time of the stream (french time)?

Then you have a Discord problem not a Twitch problem

An example

What I see

What someone else sees

image

I’m using “timestamp” not “setFooter”, I also hand construct and send to a Discord WebHook rather than using a lib

setFooter won’t do the client side conversion since it’s JUST a string

So you probably want .setTimestamp() instead Embeds | discord.js Guide

.setTimestamp(r.data.data[0].started_at)

1 Like