Skip to content

Commit

Permalink
fixed place
Browse files Browse the repository at this point in the history
  • Loading branch information
StarManTheGamer committed May 26, 2023
1 parent 4c04e83 commit b2f515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/place.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function place (message: Message, args: string[]) {
title: (data.name + ' ' + (data.isFeatured === true ? emojiUtils.star : '')),
description: externalDesc,
thumbnail: {
url: `${data.icon}`
url: `${data.thumbnail}`
},
url: `https://polytoria.com/places/${data.id}`,
color: '#ff5454',
Expand Down

0 comments on commit b2f515c

Please sign in to comment.