Sehelitar / Kick.bot

A powerful Kick integration for Streamer.bot
https://sehelitar.tv/
GNU Affero General Public License v3.0
19 stars 4 forks source link

[Request] Account Age #37

Closed Jyojibh closed 6 months ago

Jyojibh commented 6 months ago

Another request,

As you can see from below when you go to the V2 API page for instance mine below. You can see from the screen shot it gives a value of the date your account was created.

However when you try to use %accountAge% it currently shows the value of the second screenshot. Is their a way to update this to show as a date format?

https://kick.com/api/v2/channels/Jyojibh

image

image

Sehelitar commented 6 months ago

This is set like this to match the Twitch-equivalent method from SB. This way, it's easier for people with existing Twitch actions to reuse them with Kick. It's still possible to instanciate a DateTime object from this value, so it's possible to format it in any form you want with a little bit of code.

https://wiki.streamer.bot/en/Sub-Actions/Twitch/Get-User-Info-for-Target

image