Captain Ezio commited on
Commit
90b8fbf
·
1 Parent(s): 3d8dcc8

Update bot_class.py

Browse files
Files changed (1) hide show
  1. Powers/bot_class.py +1 -4
Powers/bot_class.py CHANGED
@@ -20,7 +20,6 @@ from Powers import (
20
  )
21
  from Powers.database import MongoDB
22
  from Powers.plugins import all_plugins
23
- from Powers.tr_engine import lang_dict
24
  from Powers.vars import Config
25
 
26
  INITIAL_LOCK = RLock()
@@ -59,9 +58,7 @@ class Gojo(Client):
59
 
60
  startmsg = await self.send_message(MESSAGE_DUMP, "<i>Starting Bot...</i>")
61
 
62
- # Load Languages
63
- lang_status = len(lang_dict) >= 1
64
- LOGGER.info(f"Loading Languages: {lang_status}\n")
65
 
66
  # Show in Log that bot has started
67
  LOGGER.info(
 
20
  )
21
  from Powers.database import MongoDB
22
  from Powers.plugins import all_plugins
 
23
  from Powers.vars import Config
24
 
25
  INITIAL_LOCK = RLock()
 
58
 
59
  startmsg = await self.send_message(MESSAGE_DUMP, "<i>Starting Bot...</i>")
60
 
61
+
 
 
62
 
63
  # Show in Log that bot has started
64
  LOGGER.info(