Traceback (most recent call last):
File "C:\Users\404\Desktop\Neox\src\bot.py", line 19, in
MY_GUILD = discord.Object(id=SERVER_ID)
File "C:\Users\404\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\object.py", line 95, in init
id = int(id)
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
I understand what its saying. but my brain is numb
Traceback (most recent call last): File "C:\Users\404\Desktop\Neox\src\bot.py", line 19, in
MY_GUILD = discord.Object(id=SERVER_ID)
File "C:\Users\404\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\object.py", line 95, in init
id = int(id)
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
I understand what its saying. but my brain is numb