Skip to content

Commit f24f044

Browse files
committed
style: uniform /asset
1 parent c2f73c0 commit f24f044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/asset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export async function execute(
7171
const downloadUrl = await getRobloxAssetDownloadLink(assetId);
7272

7373
const embed = new EmbedBuilder()
74-
.setColor("#1C92F2")
75-
.setTitle("📦 Roblox Asset Download")
74+
.setColor("#D99E82")
75+
.setTitle("📦 ASSET RETRIEVED")
7676
.setDescription(
7777
`Asset **${assetId}** is ready.\n[Click here to download the file](${downloadUrl}).`,
7878
)

0 commit comments

Comments
 (0)