We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f73c0 commit f24f044Copy full SHA for f24f044
src/commands/asset.ts
@@ -71,8 +71,8 @@ export async function execute(
71
const downloadUrl = await getRobloxAssetDownloadLink(assetId);
72
73
const embed = new EmbedBuilder()
74
- .setColor("#1C92F2")
75
- .setTitle("📦 Roblox Asset Download")
+ .setColor("#D99E82")
+ .setTitle("📦 ASSET RETRIEVED")
76
.setDescription(
77
`Asset **${assetId}** is ready.\n[Click here to download the file](${downloadUrl}).`,
78
)
0 commit comments