Python'da Discord botum için kod yazmaya çalışıyordum, şöyle bir kod yazdım:
import discord.
from discord.ext import commands.
intents = discord.Intents.all()
class MyBot(commands.Bot):
def __init__(self, *args, **kwargs):
super().__init__(command_prefix='/', intents=intents, *args...