前回の記事ではHTTPを使って任意の入力を受け付けるDiscordのBOTを作成しました。 これを利用することで、プログラム内からHTTPリクエストをすることでログ用BOTとしても使うことができます。 loggingライブラリはPythonの標準ライブラリの1つです。これを使う ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...
Pythonの勉強を進める中で、実際に手を動かしてみようと思い、Discordボットを作成することに挑戦しました。このプロジェクトは、私にとって初めてのDiscordボット開発体験で、多くの学びがありました。この記事では、環境設定から基本的なコマンドの作成 ...
In this tutorial, we'll learn how to set up your Python programming environment, create and register a bot using Discord Developer Portal, and write a few lines of Python code to respond to users' ...