PS C:\Users\redss\OneDrive\Desktop\Code Bot> & C:/Users/redss/AppData/Local/Programs/Python/Python311/python.exe "c:/Users/redss/OneDrive/Desktop/Code Bot/LearnCodeBot.py"
Traceback (most recent call last):
File "c:\Users\redss\OneDrive\Desktop\Code Bot\LearnCodeBot.py", line 4, in <module>
client = commands.Bot(command_prefix = "!")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'
#I have a weird error
1 messages · Page 1 of 1 (latest)
as it says, you need the intents kwarg.
do you know what a key-word argument is?
My token is out bc I dont want to share it
I'm new to python so no
I only know basic stuff like very very basic
nvm I found a fix ty though