Skip to content

Commit

Permalink
Added crash fix in ralsay
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikoil committed Aug 26, 2024
1 parent 03332f7 commit a636523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/fun/ralsay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ export class RalsayCommand {
interaction: CommandInteraction
): Promise<void> {
const asciiArt = generateRalsay(text);
await interaction.reply("```" + asciiArt + "```");

await interaction.editReply("```" + asciiArt + "```");
}
}

0 comments on commit a636523

Please sign in to comment.