前提・実現したいこと
メッセージを受信したら、指定のアナウンスチャンネルをフォローするプログラムをdiscord.pyのbotで行いたい
発生している問題・エラーメッセージ
raise ClientException('The channel must be a news channel.') discord.errors.ClientException: The channel must be a news channel.
該当のソースコード
python
1 chid = チャンネルid(アナウンスチャンネル) 2 await message.channel.follow(destination=chid,reason=None)
試したこと
client.followやchid.followなどに書き換えた
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。