mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
feat: Update Visual Studio Code download command for Windows to reflect accurate architecture
This commit is contained in:
parent
2474f22f76
commit
57f73332b5
@ -33,11 +33,11 @@ class Download(commands.Cog):
|
|||||||
)
|
)
|
||||||
await interaction.response.send_message(embed=embed)
|
await interaction.response.send_message(embed=embed)
|
||||||
|
|
||||||
@app_commands.command(name="download_vscode_windows", description="Get the Visual Studio Code installer for Windows (ARM64)")
|
@app_commands.command(name="download_vscode_windows", description="Get the Visual Studio Code installer for Windows.")
|
||||||
async def download_vscode_windows(self, interaction: discord.Interaction):
|
async def download_vscode_windows(self, interaction: discord.Interaction):
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="Download Visual Studio Code for Windows (ARM64)",
|
title="Download Visual Studio Code for Windows.",
|
||||||
description="[Click here to download VS Code for Windows (ARM64)](https://code.visualstudio.com/sha/download?build=stable&os=win32-arm64-user)",
|
description="[Click here to download VS Code for Windows.](https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user)",
|
||||||
color=discord.Color.purple()
|
color=discord.Color.purple()
|
||||||
)
|
)
|
||||||
await interaction.response.send_message(embed=embed)
|
await interaction.response.send_message(embed=embed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user