Skip to content

Commit

Permalink
Also react to "picture"
Browse files Browse the repository at this point in the history
  • Loading branch information
RononDex committed Jan 27, 2022
1 parent 35eee8e commit a1d1040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AstroBot/Commands/AstrometryCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ namespace AstroBot.Commands
public class AstrometryCommand : AwesomeChatBot.Commands.Command, IRegexCommand, ICommandDescription
{
public List<string> Regex => new List<string> {
@"(can (you )?)?(please )?(analy(s|z)e|plate(-|\s)?solve) this (image|photo)(\?)?",
@"what can you (find|figure) out (about|on|from|for) this (image|photo)(\?)?",
@"what (space )?(objects|DSO) (are|do you know) in this (image|photo)(\?)?",
@"(can (you )?)?(please )?(analy(s|z)e|plate(-|\s)?solve) this (image|photo|picture)(\?)?",
@"what can you (find|figure) out (about|on|from|for) this (image|photo|picture)(\?)?",
@"what (space )?(objects|DSO) (are|do you know) in this (image|photo|picture)(\?)?",
};

public string Description => "Platesolves and analyses the attached photo";
Expand Down

0 comments on commit a1d1040

Please sign in to comment.