fix modrinth no icon mod
This commit is contained in:
parent
ad9769ace6
commit
4dd06821d1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export const modrinthCommand = async (
|
||||||
new EmbedBuilder()
|
new EmbedBuilder()
|
||||||
.setTitle(data.title)
|
.setTitle(data.title)
|
||||||
.setDescription(data.description)
|
.setDescription(data.description)
|
||||||
.setThumbnail(data.icon_url ?? '')
|
.setThumbnail(data.icon_url)
|
||||||
.setURL(`https://modrinth.com/project/${data.slug}`)
|
.setURL(`https://modrinth.com/project/${data.slug}`)
|
||||||
.setFields([
|
.setFields([
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue