I think we're about ready
1 parent 841db1b commit 277cc93bb7ba69c8cec7ce9bc82ad518cb9c31ce
@John Grosh John Grosh authored on 22 Apr 2018
Showing 43 changed files
View
images/NoAvatar.png
View
lists/copypastas.txt
View
lists/referral_domains.txt
View
lists/safe_domains.txt
View
pom.xml
View
src/main/java/com/jagrosh/vortex/Constants.java
View
src/main/java/com/jagrosh/vortex/Listener.java
View
src/main/java/com/jagrosh/vortex/Vortex.java
View
src/main/java/com/jagrosh/vortex/automod/AutoMod.java
View
src/main/java/com/jagrosh/vortex/automod/CopypastaResolver.java
View
src/main/java/com/jagrosh/vortex/automod/StrikeHandler.java
View
src/main/java/com/jagrosh/vortex/commands/LogCommand.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AutodehoistCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/commands/automod/IgnoreCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/UnignoreCmd.java
View
src/main/java/com/jagrosh/vortex/commands/general/RoleinfoCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/commands/general/UserinfoCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/CheckCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/CleanCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/MuteCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/UnmuteCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/VoicekickCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/commands/moderation/VoicemoveCmd.java
View
src/main/java/com/jagrosh/vortex/commands/owner/DebugCmd.java
View
src/main/java/com/jagrosh/vortex/commands/owner/EvalCmd.java
View
src/main/java/com/jagrosh/vortex/commands/owner/ReloadCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/ModroleCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/PunishmentCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/SetupCmd.java
View
src/main/java/com/jagrosh/vortex/commands/tools/AuditCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/commands/tools/DehoistCmd.java
View
src/main/java/com/jagrosh/vortex/commands/tools/InvitepruneCmd.java
View
src/main/java/com/jagrosh/vortex/database/managers/AutomodManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/GuildSettingsDataManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/PunishmentManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/TempBanManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/TempMuteManager.java
View
src/main/java/com/jagrosh/vortex/logging/BasicLogger.java
View
src/main/java/com/jagrosh/vortex/logging/ModLogger.java
View
src/main/java/com/jagrosh/vortex/utils/ArgsUtil.java
View
src/main/java/com/jagrosh/vortex/utils/FormatUtil.java
View
src/main/java/com/jagrosh/vortex/utils/LogUtil.java
View
src/main/java/com/jagrosh/vortex/utils/OtherUtil.java