You have a spelling mistake in your code. It should be “content” and not “conetnt”. Also next time it’s better to give small description of the issue you are facing so it gives us an idea of what to look for.
Well actually I have just found out that what sanity said was the problem and I did that but now it comes up with nothing instead of saying: We have logged in as Amog Craft BOT#8086
indentation is really important in python
all the stuff after the return is not executed because it is inside the first if statement and a return stops a function from executing
with the indentation like this, this statement is inside this if statement
meaning it will never be executed as you need that last line to connect to discord, but the if statement is inside a piece of code that execute when the script gets input from discord
if you don’t understand how python syntax works I suggest you study it before attempting something like this