|
@@ -419,7 +419,7 @@ async def sylvy_handler(bot, event, command):
|
|
try:
|
|
try:
|
|
async with session.post(
|
|
async with session.post(
|
|
f'https://sylvy-engine.txlyre.website/api/computeSingle',
|
|
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:
|
|
) as resp:
|
|
data = await resp.json()
|
|
data = await resp.json()
|
|
|
|
|