We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D:\Veli\DingoLingo-master\musicbot\linkutils.py:18: SyntaxWarning: invalid escape sequence '(' "http[s]?://(?:[a-zA-Z]|[0-9]|[$-@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+") D:\Veli\DingoLingo-master\musicbot\linkutils.py:124: SyntaxWarning: invalid escape sequence '(' "http[s]?://(?:[a-zA-Z]|[0-9]|[$-@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+") Traceback (most recent call last): File "D:\Veli\DingoLingo-master\run.py", line 84, in bot.run(config.BOT_TOKEN, bot=True, reconnect=True) File "C:\Program Files\Python312\Lib\site-packages\discord\client.py", line 766, in run return future.result() ^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\site-packages\discord\client.py", line 745, 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 0x0000021C18C60740> Why i get this error?
The text was updated successfully, but these errors were encountered:
i fixed it removing bot= true in run.py
Sorry, something went wrong.
No branches or pull requests
D:\Veli\DingoLingo-master\musicbot\linkutils.py:18: SyntaxWarning: invalid escape sequence '('
"http[s]?://(?:[a-zA-Z]|[0-9]|[$-@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+")
D:\Veli\DingoLingo-master\musicbot\linkutils.py:124: SyntaxWarning: invalid escape sequence '('
"http[s]?://(?:[a-zA-Z]|[0-9]|[$-@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+")
Traceback (most recent call last):
File "D:\Veli\DingoLingo-master\run.py", line 84, in
bot.run(config.BOT_TOKEN, bot=True, reconnect=True)
File "C:\Program Files\Python312\Lib\site-packages\discord\client.py", line 766, in run
return future.result()
^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\site-packages\discord\client.py", line 745, 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 0x0000021C18C60740>
Why i get this error?
The text was updated successfully, but these errors were encountered: