Skip to content

Commit

Permalink
Merge pull request #208 from hovsater/fix-babi
Browse files Browse the repository at this point in the history
Ensure bot recognizes babi spelling variations
  • Loading branch information
asottile authored Aug 17, 2024
2 parents 2703068 + 903a152 commit 978601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/plugins/smarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def _base(config: Config, msg: Message, *, cmd: str) -> str | None:

THINGS_TO_COMMANDS = (
('are (you|we) (building|doing|working on|making)', '!today'),
('babi', '!babi'),
('babb?ie?', '!babi'),
('blue ball', '!bluething'),
('blue button', '!bluething'),
('blue thing', '!bluething'),
Expand Down

0 comments on commit 978601d

Please sign in to comment.