From e0ebd2074ce056a24de6b5737824629206a3c863 Mon Sep 17 00:00:00 2001 From: adityabotsex <141850364+adityabotsex@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:29:27 +0530 Subject: [PATCH] Rename lo.py to main.py --- lo.py => main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lo.py => main.py (99%) diff --git a/lo.py b/main.py similarity index 99% rename from lo.py rename to main.py index 45ea8d2..7ebc897 100644 --- a/lo.py +++ b/main.py @@ -228,4 +228,4 @@ async def main(): await idle() asyncio.get_event_loop().run_until_complete(main()) LOGGER.info(f"<---Bot Stopped-->") - #continue \ No newline at end of file + #continue