Skip to content

Commit

Permalink
Missing "&" in change
Browse files Browse the repository at this point in the history
  • Loading branch information
N0ise9 committed Feb 22, 2024
1 parent 044592e commit 3585796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/Interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function handleInteraction(
} - ${diff}ms`
);
} else if (queue.length === 0) {
const msg = await message.channel.send({ content: "<@1210049970967937024>" });
const msg = await message.channel.send({ content: "<@&1210049970967937024>" });
msg;
Promise.all([msg.delete(), message.edit(MessageBuilder.queueMessage(ballchasers))]);
const diff = new Date().getTime() - time;
Expand Down

0 comments on commit 3585796

Please sign in to comment.