Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge e4bbe03 into e8ddeef
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker authored Aug 23, 2022
2 parents e8ddeef + e4bbe03 commit 4c260fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blossom/api/slack/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def process_command(data: Dict) -> None:
# format: first word command -> function to call
# Reformatted this way because E228 hates the if / elif routing tree.
options = {
"blacklist": block_cmd,
"block": block_cmd,
"check": check_cmd,
"checkstats": checkstats_cmd,
"dadjoke": dadjoke_cmd,
Expand Down

0 comments on commit 4c260fb

Please sign in to comment.