3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Small wording changes to !about

This commit is contained in:
Dragory 2021-08-20 20:44:04 +03:00
parent d57d563761
commit ebe224885e
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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()],