Fix buffer being tiny

This commit is contained in:
Nexus 2023-04-18 17:43:45 +01:00
parent 04a8f1d186
commit 9c8241b383
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -28,7 +28,7 @@ class Bot(commands.Bot):
debug_guilds=guilds, debug_guilds=guilds,
allowed_mentions=discord.AllowedMentions.none(), allowed_mentions=discord.AllowedMentions.none(),
intents=intents, intents=intents,
max_messages=100 max_messages=5000
) )
self.loop.run_until_complete(registry.create_all()) self.loop.run_until_complete(registry.create_all())
self.training_lock = Lock() self.training_lock = Lock()