We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c18d8 commit 6fc89a2Copy full SHA for 6fc89a2
bots/asakatsu-bot/commands/check.ts
@@ -25,6 +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("リアクションないの悲しいって")
29
console.log("OK: ユーザーのリアクション無し");
30
return;
31
}
0 commit comments