File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/services/gamebridge/payloads Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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>` ;
You can’t perform that action at this time.
0 commit comments