Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
e3f2b9b
·
verified ·
1 Parent(s): adc31b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -404,7 +404,7 @@ async def test3(ctx):
404
  @bot.command()
405
  async def read_csv(ctx):
406
  if ctx.author.id == 811235357663297546:
407
- async for message in ctx.channel.history(limit=1):
408
  if message.attachments:
409
  attachment = message.attachments[0]
410
  if attachment.filename.endswith('.csv'):
 
404
  @bot.command()
405
  async def read_csv(ctx):
406
  if ctx.author.id == 811235357663297546:
407
+ async for message in ctx.channel.history(limit=10):
408
  if message.attachments:
409
  attachment = message.attachments[0]
410
  if attachment.filename.endswith('.csv'):