IRCBot.bot_directory is no longer used

This commit is contained in:
jesopo 2018-09-24 17:29:06 +01:00
parent a0b39043c0
commit 12f68f55a7

View file

@ -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()