Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
278 stars 162 forks source link

Help #125

Closed LucaBarbaLata closed 7 months ago

LucaBarbaLata commented 1 year ago

Traceback (most recent call last): File "C:\Users\User\Desktop\Proiecte py\DingoLingo-master\run.py", line 84, in bot.run(config.BOT_TOKEN, bot=True, reconnect=True) File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 717, in run return future.result() File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 696, in runner await self.start(*args, **kwargs) TypeError: Client.start() got an unexpected keyword argument 'bot' Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x000002AA8C046BF0>

solaluset commented 1 year ago

Please see https://github.com/Raptor123471/DingoLingo/issues/110#issuecomment-1185770275

hishu9999 commented 1 year ago

change bot.run(config.BOT_TOKEN, bot=True, reconnect=True) to bot.run(config.BOT_TOKEN)