質問編集履歴
2
ソース記載漏れ修正
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
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
discord
|
1
|
+
discord botで特定チャンネルに投稿通知をしたいです
|
test
CHANGED
File without changes
|