Fix logger double loading

pull/252/head
Nestor Qin 2025-03-11 20:04:52 -07:00
parent 1ac5c225af
commit aecb4ffa35
1 changed files with 0 additions and 1 deletions

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()