bump messages to 50k
This commit is contained in:
parent
b01dcba5b1
commit
0d95811a34
@ -13,7 +13,7 @@ class Markov(commands.Cog):
|
|||||||
|
|
||||||
# Get messages from passed in user
|
# Get messages from passed in user
|
||||||
authors_mesages = []
|
authors_mesages = []
|
||||||
for message in await ctx.history(limit=10000).flatten():
|
for message in await ctx.history(limit=50000).flatten():
|
||||||
if message.author.id == user.id and "https" not in message.content:
|
if message.author.id == user.id and "https" not in message.content:
|
||||||
authors_mesages.append(message.content)
|
authors_mesages.append(message.content)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user