mirror of https://gitlab.com/litecord/litecord.git
Looking back, it wasn't a dash, but rather, an underscore.
This commit is contained in:
parent
6b3d3c881a
commit
49ff11da48
|
|
@ -112,4 +112,4 @@ async def _get_guild_banner(guild_id: int, icon_file: str):
|
||||||
@bp.route("/discovery-splashes/<int:guild_id>/<icon_file>", methods=["GET"])
|
@bp.route("/discovery-splashes/<int:guild_id>/<icon_file>", methods=["GET"])
|
||||||
async def _get_discovery_splash(guild_id: int, icon_file: str):
|
async def _get_discovery_splash(guild_id: int, icon_file: str):
|
||||||
icon_hash, ext = splitext_(icon_file)
|
icon_hash, ext = splitext_(icon_file)
|
||||||
return await send_icon("discovery-splash", guild_id, icon_hash, ext=ext)
|
return await send_icon("discovery_splash", guild_id, icon_hash, ext=ext)
|
||||||
Loading…
Reference in New Issue