Skip to content

Commit

Permalink
sports: add back support for nhl, wnba
Browse files Browse the repository at this point in the history
Still untested, but CBS Sports has scores for them
  • Loading branch information
pbui committed Aug 24, 2024
1 parent b8471fe commit ef1c175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bobbit/modules/sports.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
NAME = 'sports'
ENABLE = True
TYPE = 'command'
PATTERN = '^!(?P<sport>nba|nfl|mlb|cfb) ?(?P<team>.*)?$'
USAGE = '''Usage: ![nba|mlb|nfl|cfb] <team_name>
PATTERN = '^!(?P<sport>cfb|mlb|nba|nfl|nhl|wnba) ?(?P<team>.*)?$'
USAGE = '''Usage: ![cfb|mlb|nba|nfl|nhl|wnba] <team_name>
Given a search query, this returns the scores from CBS Sports for the given
sport or team.
Example:
Expand Down

0 comments on commit ef1c175

Please sign in to comment.