Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Reselim committed Dec 29, 2024
1 parent 2c354af commit 9d4ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ client.on(Events.InteractionCreate, async (interaction) => {
{
title: `${info.displayName} (@${info.username})`,
url: `https://www.roblox.com/users/${id}/profile`,
thumbnail: thumbnail ? thumbnail.imageUrl,
thumbnail: thumbnail ? thumbnail.imageUrl : undefined,
description: info.blurb,
color: 0xd32f2f,
fields: [
Expand Down

0 comments on commit 9d4ce60

Please sign in to comment.