Welcome to the repo for HellCom Discord bot! This bot is intended to be a helper/utility for Helldivers's community. Democracy!
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
expireTime is still 'Helldivers Time' and not UTC time but is being subtracted by UTC time.
https://github.com/jgaribsin/hellcom/blob/61a23454a85558534ff7ca6c785bd6c2d1c401c5/src/handlers/embed.ts#L407
Could be changed to reflect timecodes used in the dispatch log embed:
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