Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyruz-ramu authored May 22, 2021
1 parent 462b03c commit b7276ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MashaRoBot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_readable_time(seconds: int) -> str:
USER_SETTINGS = {}

for module_name in ALL_MODULES:
imported_module = importlib.import_module("MashaRoBot.modules." + module_name)
imported_module = importlib.import_module("Aleena_Gbot.modules." + module_name)
if not hasattr(imported_module, "__mod_name__"):
imported_module.__mod_name__ = imported_module.__name__

Expand Down

0 comments on commit b7276ec

Please sign in to comment.