undot am pm
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user