Commit 5dc44f95 authored by nanahira's avatar nanahira

rev

parent c26b13c3
......@@ -41,9 +41,6 @@ export class SendTarget {
if (!bot) {
throw new Error(`bot ${this.bot} not found`);
}
if (bot.status !== 'online') {
return [];
}
return _.flatten(
await Promise.all([
...this.users.map((userId) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment