質問編集履歴

3

ifを消しました。

2021/06/28 11:00

投稿

strawberry1
strawberry1

スコア2

test CHANGED
File without changes
test CHANGED
@@ -46,13 +46,11 @@
46
46
 
47
47
  else:
48
48
 
49
- ****if message.content== '!':
50
-
51
49
  await messeage.channel.send(Z,"")
52
50
 
53
51
  await messeage.channel.send("",c)
54
52
 
55
- await messeage.channel.send("")****
53
+ await messeage.channel.send("")
56
54
 
57
55
 
58
56
 

2

2021/06/28 11:00

投稿

strawberry1
strawberry1

スコア2

test CHANGED
File without changes
test CHANGED
@@ -46,13 +46,13 @@
46
46
 
47
47
  else:
48
48
 
49
- **if message.content== '!':
49
+ ****if message.content== '!':
50
50
 
51
51
  await messeage.channel.send(Z,"")
52
52
 
53
53
  await messeage.channel.send("",c)
54
54
 
55
- await messeage.channel.send("")**
55
+ await messeage.channel.send("")****
56
56
 
57
57
 
58
58
 

1

```で囲むのを忘れていました。すみません。

2021/06/27 11:00

投稿

strawberry1
strawberry1

スコア2

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
-
9
+ ```
10
10
 
11
11
  import discord
12
12
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  async def on_ready():
28
28
 
29
- print("起動完了")
29
+ print("起動完了")
30
30
 
31
31
 
32
32
 
@@ -65,3 +65,5 @@
65
65
 
66
66
 
67
67
  bot.run("トークン")
68
+
69
+ ```