This commit is contained in:
parent
d85a40ba4d
commit
fd71d95935
@ -197,7 +197,7 @@ def run():
|
|||||||
else:
|
else:
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
async with session.get(PING_URL) as resp:
|
async with session.get(PING_URL) as resp:
|
||||||
await resp.read()s
|
await resp.read()
|
||||||
|
|
||||||
@bot.listener.on_message_event
|
@bot.listener.on_message_event
|
||||||
async def bot_help(room, message):
|
async def bot_help(room, message):
|
||||||
|
Loading…
Reference in New Issue
Block a user