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

Commit

Permalink
change command name
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Aug 23, 2022
1 parent e8ddeef commit e4bbe03
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 e4bbe03

Please sign in to comment.