Skip to content

Commit

Permalink
Merge pull request #4 from dgw/punctuation-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel authored Jul 10, 2022
2 parents 4f2939c + 2ba2e47 commit 09c7555
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sopel_8ball/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ def choices(self) -> Tuple[str, ...]:
"Is the sun hot?",
"Heck yes!",
"Of course, duh!",
"Yeah sure",
"Yeah, sure.",

# non-committal answers
"No comment",
"Cool query",
"No comment.",
"Cool query.",
"I wasn’t born for this.",
"Sorry, I wasn't listening",
"Sorry, I wasn't listening.",
"Please cancel my subscription to your issues.",

# negative answers
Expand All @@ -115,7 +115,7 @@ def choices(self) -> Tuple[str, ...]:
"My answer is a resounding no!",
"Frankly, my dear—no!",
"No no no no no no no no no no no!",
"Would you take ‘no’ for an answer?",
"Would you take \"no\" for an answer?",
"Not in this lifetime!",
)

Expand All @@ -129,11 +129,11 @@ def choices(self) -> Tuple[str, ...]:
"The accursed screams in agreement.",
"The elders smile from the deep.",
"I've seen this in the dreams of a Great Old One.",
"For once eerie voices whisper in harmony.",
"For once, eerie voices whisper in harmony.",

# non-committal answers
"The abyss remains silent.",
"I hear the whispers of a thousand voices "
"I hear the whispers of a thousand voices, "
"but none have your answer.",
"The unfathomable truth cannot be revealed.",
"In the darkness this won't matter anymore.",
Expand Down

0 comments on commit 09c7555

Please sign in to comment.