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 ccbc1e1 commit 725bbdeCopy full SHA for 725bbde
src/commands/is-a-dev/random-website.ts
@@ -41,7 +41,7 @@ const command: Command = {
41
42
const random = new Discord.EmbedBuilder()
43
.setColor(client.config.embeds.default as ColorResolvable)
44
- .setThumbnail(`https://github.com/${randomWebsite.owner.username}`)
+ .setThumbnail(`https://github.com/${randomWebsite.owner.username}.png`)
45
.setTitle(randomWebsite.domain);
46
47
const visitButton: any = new Discord.ActionRowBuilder().addComponents(
0 commit comments