~/DCshell/SierraOne$ python3 SierraOne.py
Ignoring exception in on_ready
Traceback (most recent call last):
File "/home/runner/DCshell/venv/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "SierraOne.py", line 48, in on_ready
send_info = await channel.send(embed=info)
File "/home/runner/DCshell/venv/lib/python3.8/site-packages/discord/abc.py", line 1065, in send
data = await state.http.send_message(channel.id, content, tts=tts, embed=embed,
File "/home/runner/DCshell/venv/lib/python3.8/site-packages/discord/http.py", line 254, in request
raise HTTPException(r, data)
discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
In embed.fields.1.value: This field is required
got this error
~/DCshell/SierraOne$ python3 SierraOne.py Ignoring exception in on_ready Traceback (most recent call last): File "/home/runner/DCshell/venv/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event await coro(*args, **kwargs) File "SierraOne.py", line 48, in on_ready send_info = await channel.send(embed=info) File "/home/runner/DCshell/venv/lib/python3.8/site-packages/discord/abc.py", line 1065, in send data = await state.http.send_message(channel.id, content, tts=tts, embed=embed, File "/home/runner/DCshell/venv/lib/python3.8/site-packages/discord/http.py", line 254, in request raise HTTPException(r, data) discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body In embed.fields.1.value: This field is required
but bot online and not working..