Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 09337b3

Browse files
Implicit string concatenation resolved (PYL-W1403)
1 parent ba570ba commit 09337b3

File tree

1 file changed

+2
-1
lines changed
  • Scripts/Bots/DiscordBot

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)

AltStyle によって変換されたページ (->オリジナル) /