txlyre hai 1 ano
pai
achega
6b1affcf32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -418,7 +418,7 @@ async def sylvy_handler(bot, event, command):
   async with ClientSession() as session:
     try:
       async with session.post(
-        f'https://sylvy-engine.txlyre.website/api/computeSingle',
+        f'https://sylvy-engine.txlyre.website/api/compute',
         json={'program': command.args_string, 'stringify': True}
       ) as resp:
         data = await resp.json()