updated deps
fixed license headers
added unban command
dehoisting revamp
fixed npe on inviteprune
fixed minimum times for bans/mutes
fixed removing punishments when at cap
fixed default timezone
fixed ban caching on quick unbans
1 parent 32b7b0e commit d26ec63c15bef63da7bd60b2c8b286e4b78d107b
@John Grosh John Grosh authored on 13 May 2018
Showing 23 changed files
View
lists/copypastas.txt
View
lists/referral_domains.txt
View
lists/safe_domains.txt
View
pom.xml
View
src/main/java/com/jagrosh/vortex/Action.java
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/commands/automod/AntiinviteCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AntirefCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AutodehoistCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/MaxlinesCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/UnignoreCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/BanCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/MuteCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/UnbanCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/commands/settings/PunishmentCmd.java
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/GuildSettingsDataManager.java
View
src/main/java/com/jagrosh/vortex/logging/ModLogger.java
View
src/main/java/com/jagrosh/vortex/utils/OtherUtil.java