Traceback (most recent call last):
File "main.py", line 5, in <module>
bot = commands.Bot(command_prefix=".", intents=intents)
NameError: name 'commands' is not defined
I follow the code on the youtube but an error occurred and idk how to fix this?

I am need to code a bot and I'm learning Python basic