回答編集履歴
1
インデントを削減
test
CHANGED
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
for webhook in client.global_list:
|
14
14
|
|
15
|
-
|
15
|
+
if message.channel != webhook.channel:
|
16
16
|
|
17
|
-
|
17
|
+
await webhook.send(content=message.content,username=message.author.name,avatar_url=message.author.avatar_url)
|
18
18
|
|
19
19
|
```
|