DiscordのBotをPythonで開発し、特にスラッシュコマンド(/コマンド)を中心に使う方法を、初心者向けに解説します。この ...
/vc コマンドを使用することで、ボットがユーザーのいるボイスチャンネルに参加します。 /stop コマンドを使用すると、ボットが現在接続しているボイスチャンネルから退出します。 ボイスチャンネル内のユーザーが0人になった場合、自動的に退出します。
Install the newest version of python Verify pip is installed on your machine Run 'pip install -U discord.py python-dotenv' Create a .env file with a variable inside of it: 'DISCORD_BOT_TOKEN={Ask the ...