Skip to content

Commit 0cf0992

Browse files
committed
CommandHandler: Add missing closing quote in interaction log
1 parent 57e27aa commit 0cf0992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commandHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default class CommandHandler {
7474
interaction,
7575
(_, v) => (typeof v === "bigint" ? `${v.toString()}n` : v),
7676
4
77-
)} from '${interaction.user.tag}`;
77+
)} from '${interaction.user.tag}'`;
7878
console.log(msg);
7979

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

0 commit comments

Comments
 (0)