Skip to content

Commit 725bbde

Browse files
committed
Update random-website.ts
1 parent ccbc1e1 commit 725bbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/is-a-dev/random-website.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const command: Command = {
4141

4242
const random = new Discord.EmbedBuilder()
4343
.setColor(client.config.embeds.default as ColorResolvable)
44-
.setThumbnail(`https://github.com/${randomWebsite.owner.username}`)
44+
.setThumbnail(`https://github.com/${randomWebsite.owner.username}.png`)
4545
.setTitle(randomWebsite.domain);
4646

4747
const visitButton: any = new Discord.ActionRowBuilder().addComponents(

0 commit comments

Comments
 (0)