Code refactoring

This commit is contained in:
adator
2025-11-23 18:20:56 +01:00
parent 4c93f85008
commit eb7c6ef8d0
3 changed files with 21 additions and 40 deletions

View File

@@ -1,6 +1,5 @@
import asyncio
from core import install
#############################################
# @Version : 6.4 #
# Requierements : #
@@ -19,4 +18,4 @@ async def main():
await loader.Irc.run()
if __name__ == "__main__":
asyncio.run(main())
asyncio.run(main(), debug=False)