diff --git a/arthur/__main__.py b/arthur/__main__.py index 6416e09..8f70f2b 100644 --- a/arthur/__main__.py +++ b/arthur/__main__.py @@ -33,6 +33,7 @@ async def main() -> None: allowed_roles=(CONFIG.devops_role,), case_insensitive=True, intents=intents, + max_messages=100, ) async with arthur.instance as bot: await bot.start(CONFIG.token.get_secret_value())