pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 1 | import Card from '../Components/Card' |
Samuel Shuert | 604e31d | 2021-09-02 16:06:20 -0500 | [diff] [blame] | 2 | import TileRow from '../Components/TileRow' |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 3 | import Header from '../Components/Header' |
| 4 | import AutoSpacing from '../Components/AutoSpacing' |
| 5 | import SectionHeading from '../Components/SectionHeading' |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 6 | import Subheading from '../Components/Subheading' |
| 7 | import Paragraph from '../Components/Paragraph' |
| 8 | import CardRow from '../Components/CardRow' |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 9 | |
pineafan | 2fc0a79 | 2021-11-15 21:26:52 +0000 | [diff] [blame] | 10 | // import FeatureImages from '../public/Features/RSM/Images.svg'; |
| 11 | // import FeatureAutomate from '../public/Features/RSM/Automate.svg'; |
| 12 | // import FeatureCAPTCHA from '../public/Features/RSM/CAPTCHA.svg'; |
| 13 | // import FeatureDeveloped from '../public/Features/RSM/Developed.svg'; |
| 14 | // import FeatureLogging from '../public/Features/RSM/Logging.svg'; |
| 15 | // import FeatureNSFW from '../public/Features/RSM/NSFW.svg'; |
| 16 | // import FeaturePunish from '../public/Features/RSM/Punish.svg'; |
| 17 | // import FeatureRaids from '../public/Features/RSM/Raids.svg'; |
| 18 | // import FeatureStatistics from '../public/Features/RSM/Statistics.svg'; |
| 19 | // import FeatureTags from '../public/Features/RSM/Tags.svg'; |
pineafan | 7872745 | 2021-11-04 21:25:07 +0000 | [diff] [blame] | 20 | |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 21 | export default function Home() { |
| 22 | return ( |
| 23 | <> |
| 24 | <Header |
| 25 | name="RSM" |
| 26 | subtext="Moderation Redefined" |
| 27 | gradient={["F27878", "D96B6B"]} |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 28 | wave="web/waves/header/rsm" |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 29 | buttons={[ |
| 30 | {color: "424242", buttonText: "FFFFFF", link: "#features", text: "Features"}, |
| 31 | {color: "424242", buttonText: "FFFFFF", link: "#commands", text: "Commands"}, |
| 32 | {color: "F27878", buttonText: "FFFFFF", link: "#invite", text: "Invite"} |
| 33 | ]} |
| 34 | hideArrow={true} |
| 35 | /> |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 36 | <AutoSpacing> |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 37 | <SectionHeading id="features">Features</SectionHeading> |
pineafan | 7872745 | 2021-11-04 21:25:07 +0000 | [diff] [blame] | 38 | <Paragraph>For a full list of features, check our commands</Paragraph> |
pineafan | 9b7f91f | 2021-11-05 18:50:31 +0000 | [diff] [blame] | 39 | {/* <TileRow divless={false}> |
pineafan | 9b1b68c | 2021-11-05 17:47:27 +0000 | [diff] [blame] | 40 | <FeatureImages /> |
| 41 | <FeatureAutomate /> |
| 42 | <FeatureCAPTCHA /> |
| 43 | <FeatureDeveloped /> |
| 44 | <FeatureLogging /> |
| 45 | <FeatureNSFW /> |
| 46 | <FeaturePunish /> |
| 47 | <FeatureRaids /> |
| 48 | <FeatureStatistics /> |
| 49 | <FeatureTags /> |
pineafan | 9b7f91f | 2021-11-05 18:50:31 +0000 | [diff] [blame] | 50 | </TileRow> */} |
pineafan | 17f6901 | 2021-10-25 20:57:44 +0100 | [diff] [blame] | 51 | <SectionHeading id="commands">Commands</SectionHeading> |
| 52 | <Paragraph><code>m!info</code>: Shows all commands and info.</Paragraph> |
| 53 | <Paragraph><code>m!stats</code>: Shows the bot statistics</Paragraph> |
| 54 | <Paragraph><code>m!settings</code>: Shows your servers log settings.</Paragraph> |
| 55 | <Paragraph><code>m!user</code>: Shows information about a user.</Paragraph> |
| 56 | <Paragraph><code>m!avatar</code>: Shows a users avatar.</Paragraph> |
| 57 | <Paragraph><code>m!roleall</code>: Role all humans or bots in the server.</Paragraph> |
| 58 | <Paragraph><code>m!suggest</code>: Sends a suggestion to add to the bot for voting.</Paragraph> |
| 59 | <Paragraph><code>m!ping</code>: Checks the bots ping time.</Paragraph> |
| 60 | <Paragraph><code>m!server</code>: Shows all information about your server.</Paragraph> |
| 61 | <Paragraph><code>m!tag</code>: m!tag create/delete title text, or m!tag title</Paragraph> |
| 62 | <Paragraph><code>m!role</code>: With Role: Shows information about a role.</Paragraph> |
| 63 | <Paragraph><code>m!role</code>: With Mention: Lets you edit or view a users roles.</Paragraph> |
| 64 | <Paragraph><code>m!viewas</code>: Shows the channels that a member can see.</Paragraph> |
| 65 | <Paragraph><code>m!verify</code>: Lets users verify in your server.</Paragraph> |
| 66 | <Paragraph><code>m!setverify</code>: Sets the role given when you m!verify. Name or ID.</Paragraph> |
| 67 | <Paragraph><code>m!mail</code>: Creates a modmail ticket if set up.</Paragraph> |
| 68 | <Paragraph><code>m!prefix</code>: Shows the bots prefix. Use @ if unknown.</Paragraph> |
| 69 | <Paragraph><code>m!setprefix</code>: Sets the bots prefix. You can always @ the bot.</Paragraph> |
| 70 | <Subheading>Moderation</Subheading> |
| 71 | <Paragraph><code>m!warn</code>: Warns a member.</Paragraph> |
| 72 | <Paragraph><code>m!clear</code>: Clears messages from a channel</Paragraph> |
| 73 | <Paragraph><code>m!kick</code>: Kicks a member.</Paragraph> |
| 74 | <Paragraph><code>m!softban</code>: Soft bans a member.</Paragraph> |
| 75 | <Paragraph><code>m!ban</code>: Bans a member.</Paragraph> |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 76 | <Paragraph><code>m!unban</code>: Unbans a member.</Paragraph> |
| 77 | <Paragraph><code>m!purge</code>: Deletes messages in the channel.</Paragraph> |
| 78 | <Paragraph><code>m!punish</code>: Punishes a user.</Paragraph> |
| 79 | <Paragraph><code>m!setlog</code>: Sets the servers log channel.</Paragraph> |
| 80 | <Paragraph><code>m!ignore</code>: Stops logging users, roles and channels provided.</Paragraph> |
Skyler Turner | f536121 | 2021-09-14 20:33:58 +0100 | [diff] [blame] | 81 | <Paragraph><code>m!ignored</code>: Shows the ignored users, roles and channels.</Paragraph> |
| 82 | <Paragraph><code>m!stafflog</code>: Sets the staff log channel for reports and messages.</Paragraph> |
| 83 | <Paragraph><code>m!auto</code>: Lets you edit your server automations.</Paragraph> |
| 84 | <Paragraph><code>m!modmail</code>: Shows the setup for the mail command.</Paragraph> |
| 85 | <Subheading>Emergency</Subheading> |
| 86 | <Paragraph><code>m!slowmode</code>: Sets the channel slowmode.</Paragraph> |
| 87 | <Paragraph><code>m!lock</code>: Locks the channel. Applies slowmode and stops messages being sent.</Paragraph> |
| 88 | <Paragraph><code>m!unlock</code>: Unlocks the channel. Slowmode is removed and messages can be sent.</Paragraph> |
| 89 | <SectionHeading id="invite">Invite</SectionHeading> |
| 90 | <CardRow> |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 91 | <Card |
| 92 | wave="rsm" |
pineafan | f97734b | 2021-11-23 21:11:00 +0000 | [diff] [blame^] | 93 | icon="bots/rsm/circle" |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 94 | buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]} |
| 95 | title="Invite" |
| 96 | subtext="Invite RSM to your server" |
| 97 | buttons={[ |
pineafan | f97734b | 2021-11-23 21:11:00 +0000 | [diff] [blame^] | 98 | {color: "424242", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands", text: "Invite"} |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 99 | ]} |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 100 | /> |
| 101 | </CardRow> |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 102 | </AutoSpacing> |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 103 | </> |
| 104 | ) |
| 105 | } |