diff --git a/README.md b/README.md index 4e5d9c5..9fc7a04 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,23 @@ -# Vortex -[![GitHub stars](https://img.shields.io/github/stars/jagrosh/Vortex.svg?style=social&label=Stars&style=flat)](https://github.com/jagrosh/Vortex/stargazers) - [![GuildCount](https://img.shields.io/badge/dynamic/json.svg?label=servers&url=https%3A%2F%2Fdiscord.bots.gg%2Fapi%2Fv1%2Fbots%2F240254129333731328&query=%24.guildCount&colorB=71A2B1)](https://discord.bots.gg/bots/240254129333731328) - [![GitHub license](https://img.shields.io/github/license/jagrosh/Vortex.svg)](https://github.com/jagrosh/Vortex/blob/master/LICENSE) +# Croma (based on Vortex) +[![GitHub license](https://img.shields.io/github/license/perditum/Croma.svg)](https://github.com/perditum/Croma/blob/master/LICENSE) [![Patreon](https://img.shields.io/badge/Donate-Patreon-orange.svg)](https://www.patreon.com/jagrosh) -[![CodeFactor](https://www.codefactor.io/repository/github/jagrosh/vortex/badge)](https://www.codefactor.io/repository/github/jagrosh/vortex) +[![CodeFactor](https://www.codefactor.io/repository/github/perditum/croma/badge)](https://www.codefactor.io/repository/github/perditum/croma)
-[![PrivacyPolicy](https://img.shields.io/badge/Privacy%20Policy--lightgrey.svg?style=social)](https://gist.github.com/jagrosh/f1df4441f94ca06274fa78db7cc3c526#privacy-policy) -[![DevServer](https://discordapp.com/api/guilds/147698382092238848/widget.png?style=shield)](https://discord.gg/0p9LSGoRLu6Pet0k) + +[![DevServer](https://discordapp.com/api/guilds/1485739418219184231/widget.png?style=shield)](https://discord.gg/YCqGZrVYym) ## Discord Moderation Bot -Vortex is a bot designed to keep your server safe and your staff team organized. Its moderation and logging suite keep track of your members and keep your moderators accountable. Its auto-moderator capabilities also allow it to filter out certain types of behavior without need for human intervention, lightening the load on the staff team. Finally, Vortex is designed to be fast and easy to use. +Croma is a bot designed to keep your server safe and your staff team organized. Its moderation and logging suite keep track of your members and keep your moderators accountable. Its auto-moderator capabilities also allow it to filter out certain types of behavior without need for human intervention, lightening the load on the staff team. Finally, Croma is designed to be fast and easy to use. -## [Vortex Wiki](https://github.com/jagrosh/Vortex/wiki) -ℹ [About Vortex](https://github.com/jagrosh/Vortex/wiki/About-Vortex) -🌀 [Getting Started](https://github.com/jagrosh/Vortex/wiki/Getting-Started) -🔨 [Moderator Guide](https://github.com/jagrosh/Vortex/wiki/Moderator-Guide) -🚩 [Strikes](https://github.com/jagrosh/Vortex/wiki/Strikes) -🛡 [Auto-Moderation](https://github.com/jagrosh/Vortex/wiki/Auto-Moderation) -🌟 [Vortex Pro](https://github.com/jagrosh/Vortex/wiki/Vortex-Pro) -📜 [Full Command Reference](https://github.com/jagrosh/Vortex/wiki/Commands) -⚠ [Troubleshooting](https://github.com/jagrosh/Vortex/wiki/Troubleshooting) +## [Croma Wiki](https://docs.cromabot.com) ## How do I report a bug or suggest a feature? Feel free to open an issue with your bug report or feature request, with as many details as possible. If you'd like to write a feature, please open an issue first for discussion. For help with the bot, please see the wiki (linked above). -## Can I self-host Vortex? -I wouldn't recommend it. Self-hosting this bot (running a copy yourself) is not supported, and no help will be provided for editing nor compiling the code in this repository. The source code is provided here for transparency about how the bot's primary features work. If you decide to edit, compile, or use this code in any way, please respect the [license](https://github.com/jagrosh/Vortex/blob/master/LICENSE) +## Can I self-host Croma? +Yes! Feel free to, builds are provided at https://build.perditum.com. You can join our [Discord](https://discord.gg/YCqGZrVYym) for assistance. +However, if you decide to edit, compile, or use this code in any way, please respect the [license](https://github.com/Perditum/Croma/blob/master/LICENSE) diff --git a/src/main/java/com/jagrosh/vortex/Constants.java b/src/main/java/com/jagrosh/vortex/Constants.java index 566dde1..6621e49 100644 --- a/src/main/java/com/jagrosh/vortex/Constants.java +++ b/src/main/java/com/jagrosh/vortex/Constants.java @@ -51,16 +51,16 @@ public final static class Wiki { - public final static String PRIMARY_LINK = "https://wiki.cromabot.com"; + public final static String PRIMARY_LINK = "https://docs.cromabot.com"; - public final static String SHORT_WIKI = "https://wiki.cromabot.com"; - public final static String SHORT_COMMANDS = "https://wiki.cromabot.com/cmds"; + public final static String SHORT_WIKI = "https://docs.cromabot.com"; + public final static String SHORT_COMMANDS = "https://docs.cromabot.com/cmds"; - public final static String WIKI_BASE = "https://wiki.cromabot.com"; - public final static String START = WIKI_BASE + "/gettingstarted"; + public final static String WIKI_BASE = "https://docs.cromabot.com"; + public final static String START = WIKI_BASE + "/getting-started"; public final static String LOG_TIMEZONE = WIKI_BASE + "/log-timezone"; public final static String RAID_MODE = WIKI_BASE + "/raid-mode"; - public final static String COMMANDS = WIKI_BASE + "/cmds"; + public final static String COMMANDS = WIKI_BASE + "/full-command-reference"; public final static String AUTOMOD = WIKI_BASE + "/automod"; public final static String VORTEX_PRO = WIKI_BASE + "/croma-pro"; }