Skip to content

Commit

Permalink
fix metadata formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Nov 30, 2023
1 parent 682139e commit cf61f1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/const/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ const manifest = new MiniAppManifest({
shortName: 'rarimo-poh-action',
appType: 'action',
developer: PackageJson.author,
description:
"Repel the bots from your discord server using Rarimo's Proof of Humanity.",
shortDescription:
"Repel the bots from your discord server using Rarimo's Proof of Humanity.",
description: "Repel the bots from your discord server using Rarimo's Proof of Humanity.",
shortDescription: "Repel the bots from your discord server using Rarimo's Proof of Humanity.",
platforms: ['discord'],
version: { name: PackageJson.version },
website: config.pohAppUrl,
Expand Down

0 comments on commit cf61f1c

Please sign in to comment.