mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
finish new design for the remaining commands
This commit is contained in:
parent
37a6c40d30
commit
e89c0e9aad
6 changed files with 15 additions and 7 deletions
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
editOrReply(context, {
|
||||
content: "",
|
||||
embeds: [createEmbed("default", context, {
|
||||
description: `${icon("connection")} **Bot Latency**\n` + codeblock("ansi", [`rest ${format(`${ping.rest}ms`, "m")}`, `gateway ${format(`${ping.gateway}ms`, "m")}`])
|
||||
description: `${icon("connection")} **Pong!**\n` + codeblock("ansi", [`rest ${format(`${ping.rest}ms`, "m")}`, `gateway ${format(`${ping.gateway}ms`, "m")}`])
|
||||
})]
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue