Update ping command as a template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user