From ebcb89e556bfa9027b34580b173d15fc7ae061d1 Mon Sep 17 00:00:00 2001 From: agessaman Date: Sat, 6 Sep 2025 11:55:25 -0700 Subject: [PATCH] updated bot description language --- meshcore_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcore_bot.py b/meshcore_bot.py index dfddba9..49e034b 100644 --- a/meshcore_bot.py +++ b/meshcore_bot.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -MeshCore Bot using the official meshcore package -This version uses a modular structure for better organization +MeshCore Bot using the meshcore-cli and meshcore.py packages +Uses a modular structure for command creation and organization """ import asyncio