more cleanup and modcommand simplification
1 parent 7bb4835 commit e8c7c9e8781ad4e1a6320c0512881cddb379881c
@John Grosh John Grosh authored on 28 Oct 2020
Showing 24 changed files
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/InviteResolver.java
View
src/main/java/com/jagrosh/vortex/commands/ModCommand.java
View
src/main/java/com/jagrosh/vortex/commands/general/AboutCmd.java
View
src/main/java/com/jagrosh/vortex/commands/general/UserinfoCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/BanCmd.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/KickCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/MuteCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/PardonCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/ReasonCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/SoftbanCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/StrikeCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/UnbanCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/UnmuteCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/VoicekickCmd.java
View
src/main/java/com/jagrosh/vortex/commands/moderation/VoicemoveCmd.java
View
src/main/java/com/jagrosh/vortex/commands/tools/AnnounceCmd.java
View
src/main/java/com/jagrosh/vortex/commands/tools/LookupCmd.java
View
src/main/java/com/jagrosh/vortex/database/managers/PremiumManager.java
View
src/main/java/com/jagrosh/vortex/logging/TextUploader.java
View
src/main/java/com/jagrosh/vortex/utils/OtherUtil.java