Discord のBot開発をpythonで行っている中で、過去の記事でもいくつかまとめてきました。 discord.py備忘録|Shiftkey(シフトキー)|note discord.py でのコード 使い方などを記録しています。 note.com その中で、わかりやすかったdislash.py というライブラリーで開発してき ...
dislash.py は開発・サポートを終了しております。 # 1に引き続きの形となります。 メインのテーマは、その前に。 discord.pyの開発終了にともない、その後継が開発されていますが、 Pycordが一応、一番人気のようです。イチから作る人にとってはPycordから入るの ...
A production-ready Discord bot template with LLM integration using Anthropic's Claude API. discord-py-template/ ├── bot/ # Main bot package │ ├── __init__.py # Package initialization │ ├── client.py # ...
前回は作成するアプリケーションの全体像と、開発環境で使うDockerを紹介しました。今回はDiscordからメッセージを送信して、そのメッセージをEC2上で受け取るプログラムを作成します。 今回の概要とその準備 Discord上で使える!makeコマンドを作成し ...
Automating user accounts is against the Discord ToS. This library is a proof of concept and I cannot recommend using it. Do so at your own risk. Rapptz for the original library this fork is based on.