mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
add no result warnings
This commit is contained in:
parent
7f2d87c4b5
commit
58b22826df
5 changed files with 8 additions and 1 deletions
|
@ -20,7 +20,6 @@ module.exports = {
|
|||
context.triggerTyping();
|
||||
ping = await context.client.ping()
|
||||
editOrReply(context, {
|
||||
content: "",
|
||||
embeds: [createEmbed("default", context, {
|
||||
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