first pass of change to jda4
basic changes (find/replace stuff)
still lots of errors
1 parent e1f07e3 commit a8919c446a3ce2fc77c1a71b6ea3811130dd3a83
@John Grosh John Grosh authored on 21 Oct 2019
Showing 82 changed files
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/InviteResolver.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/ModCommand.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AnticopypastaCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AntiduplicateCmd.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/AutodehoistCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/AutoraidmodeCmd.java
View
src/main/java/com/jagrosh/vortex/commands/automod/BlacklistCmd.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/MaxmentionsCmd.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/AboutCmd.java
View
src/main/java/com/jagrosh/vortex/commands/general/RoleinfoCmd.java 100644 → 0
View
src/main/java/com/jagrosh/vortex/commands/general/ServerinfoCmd.java 100644 → 0
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/RaidCmd.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/owner/DebugCmd.java
View
src/main/java/com/jagrosh/vortex/commands/owner/PremiumCmd.java
View
src/main/java/com/jagrosh/vortex/commands/owner/TransferCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/AvatarlogCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/MessagelogCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/ModlogCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/ModroleCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/PrefixCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/PunishmentCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/ServerlogCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/SettingsCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/SetupCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/TimezoneCmd.java
View
src/main/java/com/jagrosh/vortex/commands/settings/VoicelogCmd.java
View
src/main/java/com/jagrosh/vortex/commands/tools/AnnounceCmd.java
View
src/main/java/com/jagrosh/vortex/commands/tools/AuditCmd.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/commands/tools/LookupCmd.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/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/AvatarSaver.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/ArgsUtil.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
View
src/main/java/com/jagrosh/vortex/utils/OtherUtil.java