Skip to content

Commit

Permalink
Don't give any question for Q2A
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Sep 24, 2024
1 parent 6e7a95b commit 40a561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BingusLib/FaqHandling/FaqConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public FaqConfigEntry(string answer, IEnumerable<string> questions)
{
// If we want to use an example question:
// entry.Questions.FirstOrDefault(entry.Title)
yield return (entry.Title, entry.Answer, entry.Answer);
yield return (entry.Title, "", entry.Answer);
}
}
}
Expand Down

0 comments on commit 40a561a

Please sign in to comment.