enjoy2000 / discord-pokemon-go-snipe-bot

Discord bot for scrawling rare pokemons and post to your snipe channel. Manage your snipe channel with automatically clean any trash talk.
http://enjoy2000.github.io/discord-pokemon-go-snipe-bot/
MIT License
14 stars 7 forks source link

Help plese #93

Open IamTails opened 8 years ago

IamTails commented 8 years ago

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)