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:
parent
d57d563761
commit
ebe224885e
1 changed files with 2 additions and 2 deletions
|
@ -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()],
|
||||
|
|
Loading…
Add table
Reference in a new issue