undot am pm

This commit is contained in:
Lamp 2022-03-31 12:27:54 -07:00
parent 06685d0ad4
commit a0a9383d32

@ -13,7 +13,6 @@ client.once("ready", () => {
hour12: true
}).format(d);
t = t.replace(/[a-z]+(?: |$)/g, ''); // most of the abbrv are GMT+n >:(
t = t.replace("AM", "A.M.").replace("PM", "P.M.");
client.channels.resolve(x.channel)?.setName(t);
}
d.setMinutes(60);