質問編集履歴

3

2020/12/09 05:15

投稿

Raifu
Raifu

スコア32

test CHANGED
File without changes
test CHANGED
@@ -114,4 +114,6 @@
114
114
 
115
115
  m = 'この言語は ' + detect.lang + ' と思われます'
116
116
 
117
- await message.channel.send(m)```
117
+ await message.channel.send(m)
118
+
119
+ ```

2

2020/12/09 05:15

投稿

Raifu
Raifu

スコア32

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ###エラー内容
10
10
 
11
- ```
11
+
12
12
 
13
13
  Ignoring exception in on_message
14
14
 
@@ -36,7 +36,9 @@
36
36
 
37
37
  code = self.RE_TKK.search(r.text).group(1).replace('var ', '')
38
38
 
39
- AttributeError: 'NoneType' object has no attribute 'group' ```
39
+ AttributeError: 'NoneType' object has no attribute 'group'
40
+
41
+
40
42
 
41
43
  ###補足
42
44
 

1

2020/12/09 05:14

投稿

Raifu
Raifu

スコア32

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  code = self.RE_TKK.search(r.text).group(1).replace('var ', '')
38
38
 
39
- AttributeError: 'NoneType' object has no attribute 'group'```
39
+ AttributeError: 'NoneType' object has no attribute 'group' ```
40
40
 
41
41
  ###補足
42
42