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 a636523 commit 1c65343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/fun/ralsay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class RalsayCommand {
): Promise<void> {
const asciiArt = generateRalsay(text);

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

0 comments on commit 1c65343

Please sign in to comment.