Sending a message to a channel with await channel.send(message) does not work #6175
Closed
3 of 4 tasks
Labels
intents related
User provided bad/invalid intents
Summary
Reproduction Steps
Expected Results
I expected it to send a message to a list of channels
Actual Results
C:\languages\lib\site-packages\aiohttp\helpers.py:107: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
def noop(*args, **kwargs): # type: ignore
C:\languages\lib\site-packages\aiohttp\connector.py:964: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
hosts = await asyncio.shield(self._resolve_host(
C:\languages\lib\site-packages\aiohttp\locks.py:21: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._event = asyncio.Event(loop=loop)
Intents
I'm not using any intents.
Checklist
System Information
The text was updated successfully, but these errors were encountered: