Update chat.py

pull/64/head
Ianardo DiCaprio 6 years ago committed by GitHub
parent e5901a6dd6
commit e1fa003e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ class Chatter(Cog):
send_time = None
try:
async for message in channel.history(limit=None, reverse=True, after=after):
async for message in channel.history(limit=None, after=after):
# if message.author.bot: # Skip bot messages
# continue
if new_message(message, send_time, out[i]):

Loading…
Cancel
Save