Rename tyrbot.py -> igncore.py

This commit is contained in:
2021-08-28 21:04:45 +02:00
parent 012e16dd90
commit aa2aac94d9
48 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from core.command_param_types import Any
from core.decorators import instance, command
from core.tyrbot import Tyrbot
from core.igncore import Tyrbot
@instance()