From 443ebe3401c57d2d32baa714a527f83968cbc8cf Mon Sep 17 00:00:00 2001 From: Ilie Florin Adrian Date: Wed, 12 Aug 2026 20:23:55 +0300 Subject: [PATCH 1/3] Update the gauntlet poll commands --- .../content/achievement-set-revisions.md | 54 ++++++++++++++----- 1 file changed, 41 insertions(+), 13 deletions(-) diff --git a/docs/guidelines/content/achievement-set-revisions.md b/docs/guidelines/content/achievement-set-revisions.md index b39ad5f0..af96354e 100644 --- a/docs/guidelines/content/achievement-set-revisions.md +++ b/docs/guidelines/content/achievement-set-revisions.md @@ -192,19 +192,47 @@ Any user wanting to change the game icon or badges of a set need to: 5. **Start a vote** by posting links to the old icon/badges and their contenders in the [`#icon-gauntlet`](https://discord.com/channels/310192285306454017/527943666812321795) channel on Discord. - Whomever creates the vote must ping `@icon-gauntlet`. Ping active authors that did not respond to contact. Ping active authors that requested a ping at vote start after the contact. -- Use the a template to create the poll: -
- Discord Templates - 📊 1 vs. 1 proposal:
- `?quickpoll (game/hub page link) | Current (current icon/badges link) | Contender (contender icon/badges link)`
-
- 📊 1 vs. 2 or 3 proposal:
- `?quickpoll (game/hub page link) | Current (current icon link) | Contender 1 (contender 1 icon link) | Contender 2 (contender 2 icon link) | Contender 3 (contender 3 icon link)`
-
- Discord only embeds 4 images at maximum in a single post (current icon vs. 3 contenders), so if there's at least 5 images required (current icon vs. 4+ contenders), you'll have to do a montage with all icons:

- 📊 1 vs. 4+ proposal:
- `?quickpoll (game/hub page link) | Current | Contender 1 | Contender 2 | Contender 3 | Contender 4 | Contender 5 | Contender 6 (single image montage link with all icons)`
-
+- Use the one of the templates to create the poll: +::: details Discord Templates +**Icon gauntlet with 1 contender:** +``` +/poll question: [GameName (System)](RAPageLink) +option1: Current: LinkToCurrent +option2: Contender: LinkToContender +``` +
+ +**Icon gauntlet with 2 or 3 contenders:** +``` +/poll question: [GameName (System)](RAPageLink) +option1: Current: LinkToCurrent +option2: Contender 1: LinkToContender1 +option3: Contender 2: LinkToContender2 +option4: Contender 3: LinkToContender3 +``` +
+ +**Icon gauntlet with 4+ contenders:**
+> Discord only embeds 4 images at maximum in a single post (current icon vs. 3 contenders), so if there's at least 5 images required (current icon vs. 4+ contenders), you'll have to do a montage with all icons.
+``` +/poll question: [GameName (System)](RAPageLink) +option1: Current LinkToCollageIncludingCurrentIconAnd4Contenders +option2: Contender 1 +option3: Contender 2 +option4: Contender 3 +option5: Contender 4 +``` +
+ +**Achievement badge gauntlet:**
+> Similar to the icon gauntlet with 4+ contenders, you'll have to create a collage of the current badges and of your contenders.
+``` +/poll question: [GameName (System)](RAPageLink) +option1: Current LinkToCollageOfCurrentBadges +option2: Contender 1 LinkToCollageOfCondenter1Badges +option3: Contender 2 LinkToCollageOfCondenter2Badges +``` +::: 6. Voting will be active for 24 hours. From 3855081d8318907888a3622717f20796d954ed83 Mon Sep 17 00:00:00 2001 From: iTom33ro <41156801+iTom33ro@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:41:47 +0300 Subject: [PATCH 2/3] Update docs/guidelines/content/achievement-set-revisions.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/guidelines/content/achievement-set-revisions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidelines/content/achievement-set-revisions.md b/docs/guidelines/content/achievement-set-revisions.md index af96354e..9113b4fb 100644 --- a/docs/guidelines/content/achievement-set-revisions.md +++ b/docs/guidelines/content/achievement-set-revisions.md @@ -192,7 +192,7 @@ Any user wanting to change the game icon or badges of a set need to: 5. **Start a vote** by posting links to the old icon/badges and their contenders in the [`#icon-gauntlet`](https://discord.com/channels/310192285306454017/527943666812321795) channel on Discord. - Whomever creates the vote must ping `@icon-gauntlet`. Ping active authors that did not respond to contact. Ping active authors that requested a ping at vote start after the contact. -- Use the one of the templates to create the poll: +- Use one of the templates to create the poll: ::: details Discord Templates **Icon gauntlet with 1 contender:** ``` From bdbca753544f395efa53c65c47390e525b6525e1 Mon Sep 17 00:00:00 2001 From: iTom33ro <41156801+iTom33ro@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:41:58 +0300 Subject: [PATCH 3/3] Update docs/guidelines/content/achievement-set-revisions.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/guidelines/content/achievement-set-revisions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guidelines/content/achievement-set-revisions.md b/docs/guidelines/content/achievement-set-revisions.md index 9113b4fb..84bd2ebf 100644 --- a/docs/guidelines/content/achievement-set-revisions.md +++ b/docs/guidelines/content/achievement-set-revisions.md @@ -229,8 +229,8 @@ option5: Contender 4 ``` /poll question: [GameName (System)](RAPageLink) option1: Current LinkToCollageOfCurrentBadges -option2: Contender 1 LinkToCollageOfCondenter1Badges -option3: Contender 2 LinkToCollageOfCondenter2Badges +option2: Contender 1 LinkToCollageOfContender1Badges +option3: Contender 2 LinkToCollageOfContender2Badges ``` :::