Skip to content

Commit

Permalink
Merge branch 'main' into feature/thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Jan 10, 2024
2 parents 216acf4 + 2434ac8 commit b4e8dc8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/const/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ const craftPublicImgUrl = (imgName: string): string => {

const manifest = new MiniAppManifest({
appId: PackageJson.name,
name: 'Rarimo Proof of Humanity Verify Action',
name: 'Proof of Humanity',
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:
'Rarimo’s Proof-of-Humanity plug-in ensures that only verified humans are present either within a server or channel. \
It keeps the community server spam and scam free which saves mods’ time, improves the quality of conversation, and helps protect airdrops. \n \
The solution is uniquely robust, yet does not require users to reveal any personal details. Users can select between five identity providers to verify their humanity, and will receive a verifed human credential that they can use across Web3 for perks and exclusive access.',
shortDescription: 'Keep your server bot free using Rarimo’s Proof-of-Humanity plug-in',
platforms: ['discord'],
version: { name: PackageJson.version },
website: config.pohAppUrl,
Expand Down Expand Up @@ -73,7 +76,7 @@ export const METADATA: DiscordActionMetadata = {
},
name: 'verify',
type: ApplicationCommandType.ChatInput,
description: 'Allows you to verify your humanity with Rarimo Proof of Humanity use case',
description: 'Redirects you to Proof of Humanity DApp for verification',
options: [],
},
],
Expand Down

0 comments on commit b4e8dc8

Please sign in to comment.