Captain Ezio commited on
Commit
d8aa5b4
·
1 Parent(s): 3fc6bc4

Update bot_class.py

Browse files
Files changed (1) hide show
  1. Powers/bot_class.py +1 -1
Powers/bot_class.py CHANGED
@@ -36,7 +36,7 @@ class Gojo(Client):
36
  """Starts the Pyrogram Client on the Bot Token when we do 'python3 -m Powers'"""
37
 
38
  def __init__(self):
39
- name = self.__class__.Powers
40
 
41
  super().__init__(
42
  "Gojo_Satarou",
 
36
  """Starts the Pyrogram Client on the Bot Token when we do 'python3 -m Powers'"""
37
 
38
  def __init__(self):
39
+ name = Powers
40
 
41
  super().__init__(
42
  "Gojo_Satarou",