Skip to content

Commit d8718ec

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/asset.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const data = new SlashCommandBuilder()
4949
.addStringOption((option) =>
5050
option
5151
.setName("id")
52-
.setDescription("Roblox asset ID (example: 77983090842836)")
52+
.setDescription("Roblox asset ID (e.g: 77983090842836)")
5353
.setRequired(true),
5454
);
5555

@@ -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)