Update PingCmd.ts
This commit is contained in:
parent
4160a3af71
commit
07bdb4b722
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue