mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Small wording changes to !about
This commit is contained in:
parent
d57d563761
commit
ebe224885e
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ export const AboutCmd = utilityCmd({
|
||||||
|
|
||||||
const basicInfoRows = [
|
const basicInfoRows = [
|
||||||
["Uptime", prettyUptime],
|
["Uptime", prettyUptime],
|
||||||
["Last reload", `${lastReload} ago`],
|
["Last config reload", `${lastReload} ago`],
|
||||||
["Last update", lastUpdate],
|
["Last bot update", lastUpdate],
|
||||||
["Version", version],
|
["Version", version],
|
||||||
["API latency", `${pluginData.client.ws.ping}ms`],
|
["API latency", `${pluginData.client.ws.ping}ms`],
|
||||||
["Server timezone", timeAndDate.getGuildTz()],
|
["Server timezone", timeAndDate.getGuildTz()],
|
||||||
|
|
Loading…
Add table
Reference in a new issue