[Python]vxtwitterへの変更 bot
1.ライブラリdiscord.py
pip install -U discord.py
2.コードコピーしても使える物です。
import discord, asyncio, refrom discord.ext import commandsclient = commands.Bot(command_prefix=".", intents=discord.Intents.all())@client.eventasync def on_ready(): await