Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ async def count_messages14(ctx):
|
|
145 |
|
146 |
|
147 |
@bot.command()
|
148 |
-
async def
|
149 |
if ctx.author.id == 811235357663297546:
|
150 |
end_date = datetime.datetime.utcnow() # Current date and time
|
151 |
start_date = end_date - datetime.timedelta(days=30)
|
|
|
145 |
|
146 |
|
147 |
@bot.command()
|
148 |
+
async def count_messages30(ctx):
|
149 |
if ctx.author.id == 811235357663297546:
|
150 |
end_date = datetime.datetime.utcnow() # Current date and time
|
151 |
start_date = end_date - datetime.timedelta(days=30)
|