adding a private option within the command config and adding ephemeral support by default

This commit is contained in:
Raven Scott
2022-09-28 18:00:36 -04:00
parent 5d5c9e9a48
commit d88e07a7ed
4 changed files with 93 additions and 19 deletions

View File

@ -2,6 +2,7 @@ const { EmbedBuilder } = require('discord.js');
module.exports = {
name: "ping",
private: false,
description: "Returns websocket latency",
run: async (client, interaction) => {