diff --git a/utils/const/_url.py b/utils/const/_url.py index 08569c77..d19ab29a 100644 --- a/utils/const/_url.py +++ b/utils/const/_url.py @@ -4,6 +4,6 @@ __all__ = ("HONEY_HOST", "ENKA_HOST", "AMBR_HOST", "AMBR_API_HOST", "CELESTIA_HO HONEY_HOST = URL("https://gensh.honeyhunterworld.com/") ENKA_HOST = URL("https://enka.network/") -AMBR_HOST = URL("https://gi.yatta.top/") +AMBR_HOST = URL("https://gi.yatta.moe/") AMBR_API_HOST = AMBR_HOST.join("api/") CELESTIA_HOST = URL("https://www.projectcelestia.com/")