Skip to content

Commit 4f278e5

Browse files
committed
replace maptime with last update
because honestly who cares
1 parent af870cb commit 4f278e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/services/gamebridge/payloads/StatusPayload.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,10 @@ export default class StatusPayload extends Payload {
167167
count > 1 || count == 0 ? "s" : ""
168168
}: **${count}**`;
169169

170-
// Map and Server Uptime
170+
// Server Uptime
171171
const servertime = dayjs().subtract(current_serverUptime, "s").unix();
172-
const maptime = dayjs().subtract(current_mapUptime, "s").unix();
173172

174-
desc += `\n:repeat: Map up since: <t:${maptime}:R>`;
173+
desc += `\n:repeat: Last Update: <t:${dayjs().unix()}:R>`;
175174
desc += `\n:file_cabinet: Server up since: <t:${servertime}:R>`;
176175
if (current_countdown)
177176
desc += `\n<a:ALERTA:843518761160015933> \`${current_countdown.text} in ${current_countdown.time} seconds\` <a:ALERTA:843518761160015933>`;

0 commit comments

Comments
 (0)