Removed all references which were still left regarding Tyrbot.
This commit is contained in:
@@ -4,7 +4,7 @@ from core.command_param_types import Const, Options, Int, Any, Time
|
||||
from core.db import DB
|
||||
from core.decorators import command, instance, setting
|
||||
from core.setting_types import TimeSettingType
|
||||
from core.igncore import Tyrbot
|
||||
from core.igncore import IgnCore
|
||||
from modules.standard.loot.auction_strategy.auction_strategy import AuctionStrategy
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ class AuctionController:
|
||||
|
||||
def inject(self, registry):
|
||||
self.db: DB = registry.get_instance("db")
|
||||
self.bot: Tyrbot = registry.get_instance("bot")
|
||||
self.bot: IgnCore = registry.get_instance("bot")
|
||||
|
||||
def pre_start(self):
|
||||
self.db.shared.exec("CREATE TABLE IF NOT EXISTS auction_log ("
|
||||
|
||||
Reference in New Issue
Block a user