diff --git a/litecord/blueprints/icons.py b/litecord/blueprints/icons.py index 756f533..9f4dbb5 100644 --- a/litecord/blueprints/icons.py +++ b/litecord/blueprints/icons.py @@ -112,4 +112,4 @@ async def _get_guild_banner(guild_id: int, icon_file: str): @bp.route("/discovery-splashes//", methods=["GET"]) async def _get_discovery_splash(guild_id: int, icon_file: str): icon_hash, ext = splitext_(icon_file) - return await send_icon("discovery-splash", guild_id, icon_hash, ext=ext) \ No newline at end of file + return await send_icon("discovery_splash", guild_id, icon_hash, ext=ext) \ No newline at end of file