Discord Slash Commands are a new implementation for the Bot API that utilize the forward-slash "/" symbol. Released on 15 December 2020, many bot developers are still learning to learn how to ...
こんにちは。今回はdiscord.pyでのui関係(discord.ui.View)に関しての使い方をまとめました。 コードコピペで流用できるくらいシンプルにしています。 @discord.ui.button()にstyleを指定してあげることで、ボタンのスタイルを変更できます。 以下の公式ドキュメントで ...
Discord.pyでのBotの作り方: 未経験者でも笑って作れる! こんにちは!あい@AI魔法使い🪄です。今日は、プログラミング未経験者のみなさんにも、笑いながらDiscord Botを作れるようになるためのノートをお届けします。まずは、Botを作るための準備から始め ...
discord-interactions is, in the simplest terms, a library extension that builds off of the currently existing discord.py API wrapper. While we do use our own basic class code for our own library, a ...
前回は作成するアプリケーションの全体像と、開発環境で使うDockerを紹介しました。今回はDiscordからメッセージを送信して、そのメッセージをEC2上で受け取るプログラムを作成します。 今回の概要とその準備 Discord上で使える!makeコマンドを作成し ...