Rename tyrbot.py -> igncore.py
This commit is contained in:
@@ -2,7 +2,7 @@ from core.command_param_types import Int, Character, NamedParameters
|
||||
from core.decorators import instance, command
|
||||
from core.lookup.character_history_service import CharacterHistoryService
|
||||
from core.text import Text
|
||||
from core.tyrbot import Tyrbot
|
||||
from core.igncore import Tyrbot
|
||||
|
||||
|
||||
@instance()
|
||||
|
||||
@@ -10,7 +10,7 @@ from core.decorators import instance, command, timerevent
|
||||
from core.dict_object import DictObject
|
||||
from core.lookup.pork_service import PorkService
|
||||
from core.text import Text
|
||||
from core.tyrbot import Tyrbot
|
||||
from core.igncore import Tyrbot
|
||||
|
||||
|
||||
@instance()
|
||||
|
||||
Reference in New Issue
Block a user