IRCBot.bot_directory is no longer used
This commit is contained in:
parent
a0b39043c0
commit
12f68f55a7
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ class Bot(object):
|
|||
self.args = None
|
||||
self.database = None
|
||||
self.config = None
|
||||
self.bot_directory = os.path.dirname(os.path.realpath(__file__))
|
||||
self.servers = {}
|
||||
self.running = True
|
||||
self.poll = select.epoll()
|
||||
|
|
Loading…
Reference in a new issue