質問編集履歴

2

ソース記載漏れ修正

2021/02/08 06:05

投稿

pen0147
pen0147

スコア9

test CHANGED
File without changes
test CHANGED
@@ -112,7 +112,7 @@
112
112
 
113
113
  if re.match(r".*", message.content):
114
114
 
115
- msg = f'{message.author.id}_{client.user}さんが発言しました'
115
+ msg = f'{channel.id}で{message.author.id}_{client.user}さんが発言しました'
116
116
 
117
117
  await channel.send(msg)
118
118
 

1

タイトルの変更

2021/02/08 06:05

投稿

pen0147
pen0147

スコア9

test CHANGED
@@ -1 +1 @@
1
- discord.pyで特定チャンネルに投稿通知をしたいです
1
+ discord botで特定チャンネルに投稿通知をしたいです
test CHANGED
File without changes