Merge pull request #209 from ghost/master

Add pong as an alias of ping
This commit is contained in:
Miikka 2021-08-14 17:30:05 +03:00 committed by GitHub
commit 6010c387e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",