「discord.py」による簡易Botの作成を試したので、まとめました。 1. discord.py 「discord.py」は、モダンで使いやすく、機能が豊富で、非同期対応のdiscord APIラッパーです。 特徴は、次のとおりです。 Discord Developer Portal で、Botアカウントを作成します。 (1) Discord ...
HoloBot is a Discord bot written in Java and backed by JDA (Java Discord API). This bot started as a personal project to learn Java and programming in general and is now an active bot that provides ...
前回(第2回)では、Pythonを使って 基本的なDiscord Bot を作り、 簡単なコマンド !hello を実装して メッセージを返す方法 を学びました。 !hello → Botが「Hello!」と返信 ここまでで、Botがユーザーのコマンドに応答する仕組みが理解できましたね。 1. Embedとは?
前回は作成するアプリケーションの全体像と、開発環境で使うDockerを紹介しました。今回はDiscordからメッセージを送信して、そのメッセージをEC2上で受け取るプログラムを作成します。 今回の概要とその準備 Discord上で使える!makeコマンドを作成し ...