ERROR:asyncio:Task exception was never retrieved
future: <Task finished coro=<PokeSnipers.scrawl() done, defined at D:\discord-pokemon-go-snipe-bot\snipe_bot\workers\poke_snipers.py:21> exception=HTTPException('BAD REQUEST (status code: 400)',)>
Traceback (most recent call last):
File "C:\Users\thomas\AppData\Local\Programs\Python\Python35-32\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(None)
File "D:\discord-pokemon-go-snipe-bot\snipe_bot\workers\poke_snipers.py", line 56, in scrawl
await self.client.send_message(channel, message)
File "C:\Users\thomas\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\client.py", line 824, in send_message
data = yield from self.http.send_message(channel_id, content, guild_id=guild_id, tts=tts)
File "C:\Users\thomas\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\http.py", line 137, in request
raise HTTPException(r, data)
discord.errors.HTTPException: BAD REQUEST (status code: 400)
ERROR:asyncio:Task exception was never retrieved future: <Task finished coro=<PokeSnipers.scrawl() done, defined at D:\discord-pokemon-go-snipe-bot\snipe_bot\workers\poke_snipers.py:21> exception=HTTPException('BAD REQUEST (status code: 400)',)> Traceback (most recent call last): File "C:\Users\thomas\AppData\Local\Programs\Python\Python35-32\lib\asyncio\tasks.py", line 239, in _step result = coro.send(None) File "D:\discord-pokemon-go-snipe-bot\snipe_bot\workers\poke_snipers.py", line 56, in scrawl await self.client.send_message(channel, message) File "C:\Users\thomas\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\client.py", line 824, in send_message data = yield from self.http.send_message(channel_id, content, guild_id=guild_id, tts=tts) File "C:\Users\thomas\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\http.py", line 137, in request raise HTTPException(r, data) discord.errors.HTTPException: BAD REQUEST (status code: 400)