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 ...
DiscordのBotをPythonで開発し、特にスラッシュコマンド(/コマンド)を中心に使う方法を、初心者向けに解説します。この ...
こんにちは。今回はdiscord.pyでのui関係(discord.ui.View)に関しての使い方をまとめました。 コードコピペで流用できるくらいシンプルにしています。 @discord.ui.button()にstyleを指定してあげることで、ボタンのスタイルを変更できます。 以下の公式ドキュメントで ...