Rename check module.py to checkmodule.py

dev
Ruslan-Isaev 2025-02-24 07:50:36 +03:00 committed by GitHub
parent bf57dd4387
commit c92af940e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ class CheckModulesMod(loader.Module):
response = await self.send_request(url, code) response = await self.send_request(url, code)
await utils.answer(message, await self.format_response(response)) await utils.answer(message, await self.format_response(response))
else: else:
await utils.answer(message, self.strings["error"]) await utils.answer(message, self.strings["error"])