Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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=
|
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'):
|