Skip to content

Commit 629b5b8

Browse files
committed
style: add missing semicolon in check command
1 parent 6fc89a2 commit 629b5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bots/asakatsu-bot/commands/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ await execWithContext(async (ctx) => {
2525
const users = await reaction.users.fetch();
2626
const targets = users.filter((u) => !u.bot).map((u) => u.id);
2727
if (!targets.length) {
28-
await ctx.channel.send("リアクションないの悲しいって")
28+
await ctx.channel.send("リアクションないの悲しいって");
2929
console.log("OK: ユーザーのリアクション無し");
3030
return;
3131
}

0 commit comments

Comments
 (0)