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"])