diff --git a/7-hot-module-reload/src/commands/slashes.ts b/7-hot-module-reload/src/commands/slashes.ts index 401a04b..61bfa32 100644 --- a/7-hot-module-reload/src/commands/slashes.ts +++ b/7-hot-module-reload/src/commands/slashes.ts @@ -5,6 +5,6 @@ import { Discord, Slash } from "discordx"; export class Example { @Slash({ description: "ping" }) async ping(interaction: CommandInteraction): Promise { - await interaction.reply("pong! hola!"); + await interaction.reply("pong!"); } }