mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Code refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user