better processing of emoji commands

This commit is contained in:
jsl12
2022-01-24 14:55:28 -06:00
parent 145ba88042
commit be3097ee8c
2 changed files with 62 additions and 35 deletions

View File

@@ -17,7 +17,11 @@ if __name__ == '__main__':
@client.event
async def on_ready():
await client.handle_ready()
# await client.data.scan_messages(client=client, limit=50)
await client.data.scan_messages(
client=client,
# limit=50,
days=1,
)
@client.event