Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Implicit string concatenation resolved (PYL-W1403) #637

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Scripts/Bots/DiscordBot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ async def mc(ctx):
async def _8arm(ctx, *, question):
responses = [
"As I see it, yes.",
"Ask again later." "Better not tell you now.",
"Ask again later.",
"Better not tell you now.",
"Cannot predict now.",
"Concentrate and ask again.",
"Don’t count on it.",
Expand Down