wop commited on
Commit
ae7d929
1 Parent(s): d31340b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -60,15 +60,15 @@ async def uptime(ctx):
60
 
61
  await ctx.reply(embed=embed)
62
 
63
- @bot.command()
64
- async def ai(ctx, *, input_text: str):
65
- """Ask our AI model a question."""
66
- async with ctx.typing():
67
  #result = ask(input_text)
68
- result = "the ai is disabled currently"
69
 
70
  # Reply with the embed
71
- await ctx.reply(result)
72
 
73
 
74
  @bot.command()
 
60
 
61
  await ctx.reply(embed=embed)
62
 
63
+ #@bot.command()
64
+ #async def ai(ctx, *, input_text: str):
65
+ # """Ask our AI model a question."""
66
+ # async with ctx.typing():
67
  #result = ask(input_text)
68
+ # result = "the ai is disabled currently"
69
 
70
  # Reply with the embed
71
+ # await ctx.reply(result)
72
 
73
 
74
  @bot.command()