code cleanup and deps update
more info in check command
redone about command
better caching
sharding performance improvements
modlog improvements
pro as dependency
1 parent f523b5d commit 99cd01d702bd445c6e12e157cda584376bb1cf9e
@John Grosh John Grosh authored on 2 Feb 2019
Showing 22 changed files
View
.gitignore 0 → 100644
View
lists/copypastas.txt
View
lists/referral_domains.txt
View
pom.xml
View
src/main/java/com/jagrosh/vortex/Constants.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/general/AboutCmd.java 0 → 100644
View
src/main/java/com/jagrosh/vortex/commands/general/InviteCmd.java
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/database/managers/AuditCacheManager.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/logging/BasicLogger.java
View
src/main/java/com/jagrosh/vortex/logging/MessageCache.java
View
src/main/java/com/jagrosh/vortex/logging/ModLogger.java
View
src/main/java/com/jagrosh/vortex/logging/TextUploader.java
View
src/main/java/com/jagrosh/vortex/utils/BlockingSessionController.java
View
src/main/java/com/jagrosh/vortex/utils/FormatUtil.java
View
src/main/java/com/jagrosh/vortex/utils/LogUtil.java