mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-31 18:24:50 +00:00
typo
This commit is contained in:
parent
f6e1e5919c
commit
e1509aef8e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ async def kbbi_search(_, ctx: Client):
|
|||
kt_dasar = "".join(f"{a}, " for a in a['kata_dasar'])[:-2]
|
||||
bt_takbaku = "".join(f"{a}, " for a in a['bentuk_tidak_baku'])[:-2]
|
||||
res += f"<b>{a['nama']} ({a['makna'][0]['kelas'][0]['nama']}: {a['makna'][0]['kelas'][0]['deskripsi']})</b>\n<b>Kata Dasar:</b> {kt_dasar if kt_dasar else '-'}\n<b>Bentuk Tidak Baku:</b> {bt_takbaku if bt_takbaku else '-'}\n<b>Submakna:</b> {submakna}\n<b>Contoh:</b> {contoh if contoh else '-'}\n\n"
|
||||
await ctx.reply(f"{res}\n\n<b>By YasirPedia API</b>)
|
||||
await ctx.reply(f"{res}\n\n<b>By YasirPedia API</b>")
|
||||
|
||||
|
||||
@app.on_cmd("carbon")
|
||||
|
|
|
|||
Loading…
Reference in a new issue