From c92af940e6aa7e622a82e7e04f7f0130f98b4fd4 Mon Sep 17 00:00:00 2001 From: Ruslan-Isaev Date: Mon, 24 Feb 2025 07:50:36 +0300 Subject: [PATCH] Rename check module.py to checkmodule.py --- check module.py => checkmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename check module.py => checkmodule.py (98%) diff --git a/check module.py b/checkmodule.py similarity index 98% rename from check module.py rename to checkmodule.py index 3e2dcf5..b44cd60 100644 --- a/check module.py +++ b/checkmodule.py @@ -96,4 +96,4 @@ class CheckModulesMod(loader.Module): response = await self.send_request(url, code) await utils.answer(message, await self.format_response(response)) else: - await utils.answer(message, self.strings["error"]) \ No newline at end of file + await utils.answer(message, self.strings["error"])