Update ping command as a template

This commit is contained in:
Logan Cusano
2023-02-26 00:45:04 -05:00
parent b1f7b1deef
commit 8ed30ad171

View File

@@ -16,6 +16,8 @@ module.exports = {
example: "ping",
isPrivileged: false,
requiresTokens: false,
defaultTokenUsage: 0,
deferInitialReply: false,
async execute(interaction) {
try{
await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command