diff --git a/plugins/slavestothemachine.py b/plugins/slavestothemachine.py index f84b361..d153e82 100644 --- a/plugins/slavestothemachine.py +++ b/plugins/slavestothemachine.py @@ -22,6 +22,10 @@ async def count_work_callback(event: slack_util.Event, match: Match) -> None: if event.user is None: return + # If bot, continue + if event.bot is not None: + return + # Make an error wrapper verb = slack_util.VerboseWrapper(event)