Skip to content

Commit

Permalink
refactor: ping response
Browse files Browse the repository at this point in the history
  • Loading branch information
samarmeena committed Dec 5, 2023
1 parent a394784 commit bbdaa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7-hot-module-reload/src/commands/slashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { Discord, Slash } from "discordx";
export class Example {
@Slash({ description: "ping" })
async ping(interaction: CommandInteraction): Promise<void> {
await interaction.reply("pong! hola!");
await interaction.reply("pong!");
}
}

0 comments on commit bbdaa03

Please sign in to comment.