Adding an Example ContentMenu Command
This commit is contained in:
@ -2,7 +2,7 @@ const { EmbedBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: "ping",
|
||||
private: false,
|
||||
private: true,
|
||||
description: "Returns websocket latency",
|
||||
|
||||
run: async (client, interaction) => {
|
||||
|
Reference in New Issue
Block a user