Skip to content

Commit

Permalink
fix: return after sending
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Feb 16, 2024
1 parent 33340da commit 8980eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/command/commands/someone-once-said.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ export default class SomeoneOnceSaidCommand extends ACommand {
})
.setTimestamp(created.createdAt);
arg.channel.send({ embeds: [quoteEmbed] });
return true;
}
}

0 comments on commit 8980eeb

Please sign in to comment.