Skip to content
Snippets Groups Projects
Unverified Commit 2961c7c4 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[version] 1.5.1

parents b8f40e32 92cb0a25
Branches
Tags
No related merge requests found
......@@ -37,9 +37,9 @@ class FactCommand extends Command {
return [];
}
async execute(interraction) {
async execute(interaction) {
await interaction.deferReply();
await interraction.editReply({ content: await Facts.getRandomFact() });
await interaction.editReply({ content: await Facts.getRandomFact() });
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment