MCPcopy Create free account

hub / github.com/Java-Discord/JavaBot / functions

Functions1,112 in github.com/Java-Discord/JavaBot

MethodUnbanCommand
The constructor of this class, which sets the corresponding {@link net.dv8tion.jda.api.interactions.commands.build.SlashCommandData}. @param botConfig
src/main/java/net/discordjug/javabot/systems/moderation/UnbanCommand.java:27
MethodUnknownPropertyException
Exception that is thrown when a config property does not exist or could not be found. @param propertyName The properties' name. @param parentClass T
src/main/java/net/discordjug/javabot/data/config/UnknownPropertyException.java:19
MethodUnreserveCommand
The constructor of this class, which sets the corresponding {@link net.dv8tion.jda.api.interactions.commands.build.SlashCommandData}. @param botConfig
src/main/java/net/discordjug/javabot/systems/help/commands/UnreserveCommand.java:59
MethodUptimeCommand
The constructor of this class, which sets the corresponding {@link net.dv8tion.jda.api.interactions.commands.build.SlashCommandData}.
src/main/java/net/discordjug/javabot/systems/user_commands/UptimeCommand.java:20
MethodUserProfileController
The constructor of this class which initializes the {@link Caffeine} cache. @param jda The {@link Autowired} {@link JDA} instance to use. @param qotw
src/main/java/net/discordjug/javabot/api/routes/user_profile/UserProfileController.java:58
MethodWarn
Constructs a new warning. @param userId The id of the user being warned. @param warnedBy The id of the user who's warning them. @param severity The
src/main/java/net/discordjug/javabot/systems/moderation/warn/model/Warn.java:32
MethodWarnAddSubcommand
The constructor of this class, which sets the corresponding {@link SubcommandData}. @param botConfig The main configuration of the bot @param moderati
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnAddSubcommand.java:32
MethodWarnCommand
This classes constructor which sets the {@link net.dv8tion.jda.api.interactions.commands.build.SlashCommandData} and adds the corresponding {@link net
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnCommand.java:19
MethodWarnExportSubcommand
The constructor of this class, which sets the corresponding {@link SubcommandData}. @param botConfig The main configuration of the bot @param moderati
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnExportSubcommand.java:45
MethodWarnSeverity
Constructs the value. @param weight The weight to use.
src/main/java/net/discordjug/javabot/systems/moderation/warn/model/WarnSeverity.java:36
MethodWarnsListCommand
The constructor of this class, which sets the corresponding {@link net.dv8tion.jda.api.interactions.commands.build.SlashCommandData}. @param asyncPool
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnsListCommand.java:41
MethodWarnsListContext
The constructor of this class, which sets the corresponding {@link net.dv8tion.jda.api.interactions.commands.build.CommandData}. @param asyncPool The
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnsListContext.java:28
MethodWebhookUtil
()
src/main/java/net/discordjug/javabot/util/WebhookUtil.java:30
MethodaddGuild
Adds a guild to the bot's configuration at runtime. A new, default configuration object is created, so be aware of the presence of null values. @para
src/main/java/net/discordjug/javabot/data/config/BotConfig.java:106
Methodapply
(VoiceChannel vc, Member member, SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/custom_vc/commands/CustomVCRemoveMemberSubcommand.java:24
Methodapply
(VoiceChannel vc, Member member, SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/custom_vc/commands/CustomVCAddMemberSubcommand.java:21
MethodasyncPool
(BotConfig config)
src/main/java/net/discordjug/javabot/SpringConfig.java:40
MethodbotConfig
()
src/main/java/net/discordjug/javabot/SpringConfig.java:85
MethodbuildProgressBar
Builds a progress bar out of Strings. @param current The current value. @param max The max value. @param off The String that should be used f
src/main/java/net/discordjug/javabot/util/StringUtils.java:77
MethodcleanTimeoutCache
Method that cleans out any entries from the list of last ping times if their timeout is no longer valid.
src/main/java/net/discordjug/javabot/systems/help/commands/notify/HelpPingSubcommand.java:211
MethodcleanUp
()
src/test/java/net/discordjug/javabot/systems/help/HelpExperienceSubtractionTest.java:49
Methodclose
()
src/main/java/net/discordjug/javabot/systems/user_commands/leaderboard/LeaderboardCreator.java:157
MethodcompareTo
(QOTWQuestion o)
src/main/java/net/discordjug/javabot/systems/qotw/model/QOTWQuestion.java:37
Methodcompleted
(HttpResponse<JsonNode> hr)
src/main/java/net/discordjug/javabot/systems/user_commands/ChangeMyMindCommand.java:58
Methodconsume
(Connection con)
src/main/java/net/discordjug/javabot/data/h2db/ConnectionConsumer.java:11
Methodconsume
(T dao)
src/main/java/net/discordjug/javabot/data/h2db/DaoConsumer.java:13
MethodcopyMessagesToNewThread
Sends a message with an embed, creates a thread from that message and copies all messages to the thread. @param targetChannel The channel to send the
src/main/java/net/discordjug/javabot/util/MessageActionUtils.java:92
MethodcreateIncrementEmbedBuilder
(User user, long points)
src/main/java/net/discordjug/javabot/systems/qotw/commands/qotw_points/IncrementPointsSubcommand.java:31
MethodcreateIncrementEmbedBuilder
(User user, long points)
src/main/java/net/discordjug/javabot/systems/qotw/commands/qotw_points/DecrementPointsSubcommand.java:28
MethoddoCheck
(TextChannel channel, User owner, List<Message> messages, @NotNull ChannelSemanticData semanticData)
src/main/java/net/discordjug/javabot/systems/help/checks/SimpleGreetingCheck.java:23
MethoddoCheck
Performs a check on the given data. @param channel The reserved help channel. @param owner The user who reserved the help channel. @param
src/main/java/net/discordjug/javabot/systems/help/checks/ChannelSemanticCheck.java:27
MethoddoFilterInternal
(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
src/main/java/net/discordjug/javabot/api/routes/CorsFilter.java:19
MethoddoInCallableStatement
(CallableStatement cs)
src/main/java/net/discordjug/javabot/systems/help/dao/HelpAccountRepository.java:108
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/PingCommand.java:25
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/ProfileCommand.java:56
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/UptimeCommand.java:26
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/BotInfoCommand.java:35
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/AvatarCommand.java:31
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/MoveConversationCommand.java:51
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/IdCalculatorCommand.java:39
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/ChangeMyMindCommand.java:49
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/RegexCommand.java:32
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/ServerInfoCommand.java:33
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/PollCommand.java:49
Methodexecute
(@NotNull MessageContextInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/search/SearchWebMessageContext.java:33
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/search/SearchWebCommand.java:36
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/leaderboard/ThanksLeaderboardSubcommand.java:42
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/leaderboard/QOTWLeaderboardSubcommand.java:48
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/leaderboard/ExperienceLeaderboardSubcommand.java:182
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/format_code/FormatCodeCommand.java:52
Methodexecute
(@NotNull MessageContextInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/format_code/FormatAndIndentCodeMessageContext.java:25
Methodexecute
(@NotNull MessageContextInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_commands/format_code/FormatCodeMessageContext.java:24
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_preferences/commands/PreferencesListSubcommand.java:31
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/user_preferences/commands/PreferencesSetSubcommand.java:46
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/ModerateCommand.java:26
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnExportSubcommand.java:55
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/warn/DiscardWarnByIdSubCommand.java:35
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnAddSubcommand.java:48
Methodexecute
(UserContextInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnsListContext.java:36
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/warn/DiscardAllWarnsSubcommand.java:37
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/warn/WarnsListCommand.java:85
Methodexecute
(UserContextInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/report/ReportUserContext.java:27
Methodexecute
(MessageContextInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/report/ReportMessageContext.java:27
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/timeout/TimeoutSubcommand.java:19
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/server_lock/CheckLockStatusSubcommand.java:28
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/moderation/server_lock/SetLockStatusSubcommand.java:36
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/configuration/ConfigSubcommand.java:40
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/RunScheduledTaskCommand.java:52
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/RedeployCommand.java:58
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/SayCommand.java:42
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/EmbedSubcommand.java:23
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/CreateEmbedSubcommand.java:57
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/self_roles/RemoveSelfRolesSubcommand.java:36
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/self_roles/CreateSelfRoleSubcommand.java:53
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/self_roles/ChangeSelfRoleStatusSubcommand.java:39
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/AddFieldFormSubcommand.java:68
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/DetailsFormSubcommand.java:49
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/ModifyFormSubcommand.java:56
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/ShowFormSubcommand.java:43
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/DetachFormSubcommand.java:54
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/CreateFormSubcommand.java:52
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/DeleteFormSubcommand.java:41
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/SubmissionsDeleteFormSubcommand.java:45
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/RemoveFieldFormSubcommand.java:47
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/SubmissionsExportFormSubcommand.java:52
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/CloseFormSubcommand.java:47
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/ReopenFormSubcommand.java:46
Methodexecute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/AttachFormSubcommand.java:73
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/TagsSubcommand.java:26
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/suggestions/SuggestionSubcommand.java:33
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/role_emoji/AddRoleEmojiSubcommand.java:41
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/qotw/commands/QOTWSubcommand.java:18
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/qotw/commands/qotw_points/ChangePointsSubcommand.java:46
Methodexecute
Checks that there's a question in the QOTW queue ready for posting soon.
src/main/java/net/discordjug/javabot/systems/qotw/jobs/QOTWUserReminderJob.java:41
Methodexecute
Disables the submission button. @throws SQLException if an SQL error occurs
src/main/java/net/discordjug/javabot/systems/qotw/jobs/QOTWCloseSubmissionsJob.java:73
Methodexecute
Reminds reviewers to review QOTW if this has not been done already.
src/main/java/net/discordjug/javabot/systems/qotw/jobs/QOTWReviewReminderJob.java:26
Methodexecute
Posts a new question to the QOTW channel. @throws SQLException if an SQL error occurs
src/main/java/net/discordjug/javabot/systems/qotw/jobs/QOTWJob.java:43
Methodexecute
Checks that there's a question in the QOTW queue ready for posting soon. @throws SQLException if an SQL error occurs
src/main/java/net/discordjug/javabot/systems/qotw/jobs/QOTWReminderJob.java:34
Methodexecute
Gives the QOTW Champion role to the users with the highest monthly QOTW score.
src/main/java/net/discordjug/javabot/systems/qotw/jobs/QOTWChampionJob.java:34
Methodexecute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/qotw/submissions/subcommands/QOTWReviewSubcommand.java:65
← previousnext →801–900 of 1,112, ranked by callers