Update PingCmd.ts

This commit is contained in:
Doggles 2021-05-09 13:28:07 +01:00
parent 4160a3af71
commit 07bdb4b722

View file

@ -5,7 +5,7 @@ import { Message } from "eris";
const { performance } = require("perf_hooks");
export const PingCmd = utilityCmd({
trigger: "ping",
trigger: ["ping", "pong"],
description: "Test the bot's ping to the Discord API",
permission: "can_ping",