adding a private option within the command config and adding ephemeral support by default
This commit is contained in:
@ -2,6 +2,7 @@ const { EmbedBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: "ping",
|
||||
private: false,
|
||||
description: "Returns websocket latency",
|
||||
|
||||
run: async (client, interaction) => {
|
||||
|
Reference in New Issue
Block a user