txlyre 1 year ago
parent
commit
56154aa954
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commands.py

+ 1 - 1
commands.py

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