mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
fix: Update Arch Linux download link to point to the correct ISO file
This commit is contained in:
parent
57f73332b5
commit
6828feafac
@ -19,7 +19,7 @@ class Download(commands.Cog):
|
|||||||
async def download_archlinux(self, interaction: discord.Interaction):
|
async def download_archlinux(self, interaction: discord.Interaction):
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="Download Arch Linux ISO",
|
title="Download Arch Linux ISO",
|
||||||
description="[Click here to download Arch Linux 2025.05.01 ISO](https://ftpmirror.infania.net/mirror/archlinux/iso/2025.05.01/)",
|
description="[Click here to download Arch Linux 2025.05.01 ISO](https://ftpmirror.infania.net/mirror/archlinux/iso/2025.05.01/archlinux-2025.05.01-x86_64.iso)",
|
||||||
color=discord.Color.green()
|
color=discord.Color.green()
|
||||||
)
|
)
|
||||||
await interaction.response.send_message(embed=embed)
|
await interaction.response.send_message(embed=embed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user