'"client = commands.Bot(command_prefix = '.')" "commands" says "not definied"

I'm coding a Discord bot, and this message appeared. I also included all libraries, but it's not working. I don't know what to do. Need help. Any suggestions?

client = discord.Client()
client = commands.Bot(command_prefix = '.')
client.remove_command('help')

Here's the message:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source