HI I Was following discord python bot tutorial an i came across this error.
Traceback (most recent call last):
File “main.py”, line 4, in
client = discord.client()
TypeError: ‘module’ object is not callable
in the video line 4 looks like this
client = discord.client()
how do i fix this issue