Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
murpii authored Jan 15, 2024
1 parent 13fe202 commit 1b4a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ddnet_map_awards.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def poll_results(self, ctx):
for map_name, votes in group:
mappers = get_mapper_urls(all_maps[category], map_name)
ranks.append(
f"**[{map_name}](https://ddnet.org/maps/?map={slugify2(map_name)})** "
f"**[{map_name}](https://ddnet.org/maps/{slugify2(map_name)})** "
f"— Mapper(s): {', '.join(mappers)}"
)

Expand Down

0 comments on commit 1b4a5ed

Please sign in to comment.