Skip to content

Commit

Permalink
Update contact.js (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
televandalist authored Jun 3, 2024
1 parent 406cbbb commit d8d9c23
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions commands/single/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,38 +19,49 @@ module.exports = class ContactCommand extends Command {
.setDescription('If you would like to contact us, please send a site message to the appropriate team below.')
.addField(':e_mail: Admins and Moderators',
`[Send a message to RAdmin](https://retroachievements.org/createmessage.php?t=RAdmin)
- Report offensive behavior.
- Report copyrighted material.
- Report cheating to be investigated.
- Any User Code of Conduct related issues.`)
- Reporting offensive behavior.
- Reporting copyrighted material.
- Requesting to be untracked.`)
.addField(':e_mail: Developer Compliance',
`[Send a message to Developer Compliance](https://retroachievements.org/createmessage.php?t=DevCompliance)
- Request set approval or early set release.
- Report achievements or sets with unwelcome concepts.
- Report sets failing to cover basic progression.
- Any Developer Code of Conduct related issues.`)
- Requesting set approval or early set release.
- Reporting achievements or sets with unwelcome concepts.
- Reporting sets failing to cover basic progression.`)
.addField(':e_mail: Quality Assurance',
`[Send a message to Quality Assurance](https://retroachievements.org/createmessage.php?t=QATeam)
- Report a broken set, leaderboard, or Rich Presence.
- Report achievements with grammar mistakes.
- Request a set playtest or hash compatibility test.
- Hash or Hub organization questions.
- Get involved in a QA sub-team.`)
- Reporting a broken set, leaderboard, or rich presence.
- Reporting achievements with grammatical mistakes.
- Requesting a set be playtested.
- Hash compatibility questions.
- Hub organizational questions.
- Getting involved in a QA sub-team.`)
.addField(':e_mail: RAArtTeam',
`[Send a message to RAArtTeam](https://retroachievements.org/messages/create?to=RAArtTeam)
- Icon Gauntlets and how to start one.
- Proposing art updates.
- Questions about art-related rule changes.
- Requests for help with creating a new badge or badge set.`)
.addField(':e_mail: WritingTeam',
`[Send a message to WritingTeam](https://retroachievements.org/messages/create?to=WritingTeam)
- Reporting achievements with grammatical mistakes.
- Reporting achievements with unclear or confusing descriptions.
- Requesting help from the team with proofreading achievement sets.
- Requesting help for coming up with original titles for achievements.`)
.addField(':e_mail: RANews',
`[Send a message to RANews](https://retroachievements.org/createmessage.php?t=RANews)
- Submit a Play This Set, Wish This Set, or RAdvantage entry.
- Submit a retrogaming article.
- Propose a new article idea.
- Get involved with RANews.`)
- Submitting a Play This Set, Wish This Set, or RAdvantage entry.
- Submitting a retrogaming article.
- Proposing a new article idea.
- Getting involved with RANews.`)
.addField(':e_mail: RAEvents',
`[Send a message to RAEvents](https://retroachievements.org/createmessage.php?t=RAEvents)
- Submissions, questions, ideas, or reporting issues related to events.`)
.addField(':e_mail: DevQuest',
`[Send a message to DevQuest](https://retroachievements.org/createmessage.php?t=DevQuest)
- Submissions, questions, ideas, or reporting issues related to DevQuest.`)
.addField(':e_mail: QualityQuest',
`[Send a message to QualityQuest](https://retroachievements.org/createmessage.php?t=QualityQuest)
- Submissions, questions, ideas, or reporting issues related to QualityQuest.`);
.addField(':e_mail: RACheats',
`[Send a message to RACheats](https://retroachievements.org/createmessage.php?t=RACheats)
- If you believe someone is in violation of our [Global Leaderboard and Achievement Hunting Rules](https://docs.retroachievements.org/guidelines/users/global-leaderboard-and-achievement-hunting-rules.html#not-allowed).`);
try {
await msg.react('📧');
return msg.reply(embed);
Expand Down

0 comments on commit d8d9c23

Please sign in to comment.