From 2aaeb00aa7cdba91c3ae7ac88b39ae08c13f571e Mon Sep 17 00:00:00 2001 From: Ihor Diachenko Date: Tue, 9 Jan 2024 16:53:02 +0200 Subject: [PATCH 1/2] Updated meta descriptions --- src/const/metadata.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/const/metadata.ts b/src/const/metadata.ts index 45709a5..0b02d5b 100644 --- a/src/const/metadata.ts +++ b/src/const/metadata.ts @@ -14,12 +14,15 @@ const appIcon = { 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.", + descriqption: ` + 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. + 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, From 0e4e2a5d5979888ff7ddadb1417b6fbdb8187288 Mon Sep 17 00:00:00 2001 From: Ihor Diachenko Date: Tue, 9 Jan 2024 16:55:48 +0200 Subject: [PATCH 2/2] Updated command description --- src/const/metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const/metadata.ts b/src/const/metadata.ts index 0b02d5b..8cb6a4f 100644 --- a/src/const/metadata.ts +++ b/src/const/metadata.ts @@ -61,7 +61,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: [], }, ],