Fix logger double loading

This commit is contained in:
Nestor Qin
2025-03-11 20:04:52 -07:00
parent 1ac5c225af
commit aecb4ffa35

1
bot.py
View File

@@ -194,7 +194,6 @@ def raw_main():
time.tzset() time.tzset()
easter_egg() easter_egg()
load_logger()
init_config() init_config()
init_env() init_env()
load_env() load_env()