2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 06:26:04 +00:00

make messages more friendly

This commit is contained in:
Nick80835
2020-06-06 11:04:14 -04:00
parent 4a43c528cf
commit 81127faa02
16 changed files with 88 additions and 93 deletions

View File

@@ -24,7 +24,6 @@ class Loader():
self.help_dict = {}
self.aioclient = ClientSession()
self.thread_pool = ThreadPoolExecutor()
self.botversion = "0.1.3"
def load_all_modules(self):
self._find_all_modules()