Skip to content

Commit

Permalink
CommandHandler: Add missing closing quote in interaction log
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Dec 17, 2024
1 parent 57e27aa commit 0cf0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commandHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class CommandHandler {
interaction,
(_, v) => (typeof v === "bigint" ? `${v.toString()}n` : v),
4
)} from '${interaction.user.tag}`;
)} from '${interaction.user.tag}'`;
console.log(msg);

if (!interaction.isCommand()) throw new Error("Invalid command interaction");
Expand Down

0 comments on commit 0cf0992

Please sign in to comment.