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

Commit 9d5d2ad

Browse files
authored
Merge pull request #637 from Sarthik-mehta/master
Implicit string concatenation resolved (PYL-W1403)
2 parents ba570ba + 09337b3 commit 9d5d2ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scripts/Bots/DiscordBot/bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ async def mc(ctx):
5656
async def _8arm(ctx, *, question):
5757
responses = [
5858
"As I see it, yes.",
59-
"Ask again later." "Better not tell you now.",
59+
"Ask again later.",
60+
"Better not tell you now.",
6061
"Cannot predict now.",
6162
"Concentrate and ask again.",
6263
"Don’t count on it.",

0 commit comments

Comments
 (0)