Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 291 Bytes

ping.md

File metadata and controls

30 lines (22 loc) · 291 Bytes
description
Get the ping of the bot

#ping

Usage

{% hint style="success" %} #ping {% endhint %}

Code

  {
    name: "ping",
    code: `
    $clientTyping
    $reply[$messageID;true]


    
    $color[#80bfff]
    $title[
        Pong! $pingms
    ]
    `,
  }