Closed iceE-1591 closed 3 years ago
今回の更新で、自己紹介Embedメッセージの右側にアイコンが表示されるようになりました。 management.pyの中身もload_extension関数を追加しているので、init関数のidを変更するだけで動きます。 ファイル名も統一しました
このエラーなんだろ。
[centos@ip-172-26-11-127 python]$ python3 management.py
--------------------
起動中...
BOT NAME : SuPleiadesの開発BOT
BOT ID : 742362393719341088
--------------------
Ignoring exception in on_member_join
Traceback (most recent call last):
File "/home/centos/work/test/venv/lib/python3.8/site-packages/discord/client.py", line 333, in _run_event
await coro(*args, **kwargs)
File "/home/centos/work/discord.CodeWarehouse/python/Cogs/Managements/selfIntroduction.py", line 27, in on_member_join
await self.DEBUG_GUILD.create_text_channel(str(member.id))
AttributeError: 'NoneType' object has no attribute 'create_text_channel'
処理の流れ
コマンド
実装するにあたって
init関数のidを変更してください。 コマンド名やリアクションの種類は自由に変更してもらって大丈夫です!
今後