aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arthur/__main__.py1
1 files changed, 1 insertions, 0 deletions
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())