commit
6010c387e7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { utilityCmd } from "../types";
|
|||
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