lunarflu HF Staff commited on
Commit
8c5f58c
·
1 Parent(s): eab20c1

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -680,7 +680,7 @@ async def falcon(ctx, *, prompt: str):
680
  await ctx.message.remove_reaction('<a:loading:1114111677990981692>', bot.user)
681
  await ctx.message.add_reaction('<:disagree:1098628957521313892>')
682
  #----------------------------------------------------------------------------------------------------------------------------
683
- @bot.command
684
  async def falconclear(ctx):
685
  if not ctx.author.bot:
686
  if ctx.channel.id == 1116089829147557999:
 
680
  await ctx.message.remove_reaction('<a:loading:1114111677990981692>', bot.user)
681
  await ctx.message.add_reaction('<:disagree:1098628957521313892>')
682
  #----------------------------------------------------------------------------------------------------------------------------
683
+ @bot.command()
684
  async def falconclear(ctx):
685
  if not ctx.author.bot:
686
  if ctx.channel.id == 1116089829147557999: