3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00

Small wording changes to !about

This commit is contained in:
Dragory 2021-08-20 20:44:04 +03:00
parent 7fa41cd410
commit 460c0ab754

View file

@ -47,8 +47,8 @@ export const AboutCmd = utilityCmd({
const basicInfoRows = [
["Uptime", prettyUptime],
["Last reload", `${lastReload} ago`],
["Last update", lastUpdate],
["Last config reload", `${lastReload} ago`],
["Last bot update", lastUpdate],
["Version", version],
["API latency", `${pluginData.client.ws.ping}ms`],
["Server timezone", timeAndDate.getGuildTz()],