decided to get back into bots after a while.
last did application commands when we still had to manually install them, so much has chanced.
did a fresh reinstall of py-cord, etc, coded a bit, tried to converting my project to slash commands following the first example here:
https://guide.pycord.dev/interactions/application-commands/slash-commands/
bot = discord.Bot(intents=discord.Intents.all())
AttributeError: module 'discord' has no attribute 'Bot'
using version: 2.0.0 (rechecked, uninstalled reinstalled etc)
idea recognizes discord.Bot with code completion, no errors all fine, but when i execute i get this error
Learn all about Slash Commands and how to implement them into your Discord Bot with Pycord!