Merge branch 'master' into feature/jda4
commit 28213bfaae0db819b1841c66d8c82c85f0039d12
2 parents bf71f6c + 7dfaf21
@John Grosh John Grosh authored on 22 Jul 2020
Showing 36 changed files
View
lists/copypastas.txt
View
pom.xml
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/CommandExceptionListener.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AnticopypastaCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AntieveryoneCmd.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/FilterCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/IgnoreCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/MaxlinesCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/ResolvelinksCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/UnignoreCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/WhitelistInvitesCmd.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/ReasonCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/VoicemoveCmd.java
View
src/main/java/com/jagrosh/vortex/commands/owner/ExportCmd.java 100644 → 0
View
src/main/java/com/jagrosh/vortex/commands/tools/ExportCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/database/managers/AutomodManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/FilterManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/GuildSettingsDataManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/IgnoreManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/InviteWhitelistManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/PremiumManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/PunishmentManager.java
View
src/main/java/com/jagrosh/vortex/database/managers/StrikeManager.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/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/Pair.java 0 → 100644