Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2cb590

Browse files
committedJan 9, 2021
remove check
1 parent 18d100c commit f2cb590

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/modules/helpchan.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ export class HelpChanModule extends Module {
140140
)
141141
return;
142142

143-
if (await this.checkEmptyOngoing(msg.channel)) {
144-
await this.startEmptyTimeout(msg.channel);
145-
}
143+
await this.startEmptyTimeout(msg.channel);
146144
}
147145

148146
async moveChannel(channel: TextChannel, category: string) {

0 commit comments

Comments
 (0)
Please sign in to comment.