helldivers-2 / discord-bot

Welcome to the repo for HellCom Discord bot! This bot is intended to be a helper/utility for Helldivers's community. Democracy!
https://discord.com/application-directory/1213944670288347176
GNU Affero General Public License v3.0
14 stars 5 forks source link

"Time Left" on campaign embed for defend planets broken. #4

Closed EnderInvader closed 7 months ago

EnderInvader commented 7 months ago

expireTime is still 'Helldivers Time' and not UTC time but is being subtracted by UTC time.

image

https://github.com/jgaribsin/hellcom/blob/61a23454a85558534ff7ca6c785bd6c2d1c401c5/src/handlers/embed.ts#L407


Could be changed to reflect timecodes used in the dispatch log embed:

image

https://github.com/jgaribsin/hellcom/blob/61a23454a85558534ff7ca6c785bd6c2d1c401c5/src/api-wrapper/api.ts#L155 https://github.com/jgaribsin/hellcom/blob/61a23454a85558534ff7ca6c785bd6c2d1c401c5/src/commands/dispatches.ts#L38-L40

jgaribsin commented 7 months ago

fixed with 861dba6a49ac68b8be16c3a123656133f700b761