We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc89a2 commit 629b5b8Copy full SHA for 629b5b8
1 file changed
bots/asakatsu-bot/commands/check.ts
@@ -25,7 +25,7 @@ await execWithContext(async (ctx) => {
25
const users = await reaction.users.fetch();
26
const targets = users.filter((u) => !u.bot).map((u) => u.id);
27
if (!targets.length) {
28
- await ctx.channel.send("リアクションないの悲しいって")
+ await ctx.channel.send("リアクションないの悲しいって");
29
console.log("OK: ユーザーのリアクション無し");
30
return;
31
}
0 commit comments