DiscordのBotをPythonで開発し、特にスラッシュコマンド(/コマンド)を中心に使う方法を、初心者向けに解説します。この ...
Welcome to the Discord.py Example Tutorial Bot! This bot is designed to help you get started with creating your own Discord bots using the Discord.py library. This README will guide you through the ...
git clone https://github.com/wuliao97/discord-bot-py-tutorial my_bot cd my_bot python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt ...
今回は、pythonでヌメロン(数当てゲーム)を実装してみようと思います。ヌメロンのルールについては、以下のウィキペディアを確認してください。また、今回は実装にあたって、結果をターミナルに表示してもいいのですが、それでは味気ないのでDiscordの ...