Update ping command as a template
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = {
|
|||||||
example: "ping",
|
example: "ping",
|
||||||
isPrivileged: false,
|
isPrivileged: false,
|
||||||
requiresTokens: false,
|
requiresTokens: false,
|
||||||
|
defaultTokenUsage: 0,
|
||||||
|
deferInitialReply: false,
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
try{
|
try{
|
||||||
await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command
|
await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command
|
||||||
|
|||||||
Reference in New Issue
Block a user