こんにちは。今回はdiscord.pyでのui関係(discord.ui.View)に関しての使い方をまとめました。 コードコピペで流用できるくらいシンプルにしています。 @discord.ui.button()にstyleを指定してあげることで、ボタンのスタイルを変更できます。 以下の公式ドキュメントで ...
Part.1ではBotの導入からメッセージを送る->メッセージを返す、メンションを飛ばす、まで行きました。 基本的な機能はあれで終わりなのでここからは機能を一つ一つ説明していきながら、必要なら各々取り込んでもらって…という形式でお願いします。
Copy the discord.rpy file into your Ren'py project's game folder. Copy the labels in the script.rpy file into your own script.rpy file. Alternatively, if you already have those labels in your code, ...