Skip to content

Commit d829f20

Browse files
committed
remove else block for logging messages
1 parent 3e0ebae commit d829f20

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/bot/bot.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ export class Bot {
413413
`${authorInfo.displayName}, please refrain from posting links!
414414
If you want to post a link, ask a mod or the streamer to permit you.`,
415415
)
416-
} else {
417-
log.bot.info(`${authorInfo.displayName}: ${message}`)
418416
}
419417
}
420418
}

0 commit comments

Comments
 (0)