Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Java-Discord/JavaBot
/ functions
Functions
1,112 in github.com/Java-Discord/JavaBot
⨍
Functions
1,112
◇
Types & classes
319
Method
execute
Updates all help channels.
src/main/java/net/discordjug/javabot/systems/help/HelpForumUpdater.java:39
Method
execute
Removes a specified amount of experience from everyone's help account.
src/main/java/net/discordjug/javabot/systems/help/HelpExperienceJob.java:31
Method
execute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/help/commands/HelpAccountSubcommand.java:72
Method
execute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/help/commands/UnreserveCommand.java:71
Method
execute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/help/commands/HelpStatisticsSubcommand.java:49
Method
execute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/help/commands/HelpGuidelinesSubcommand.java:23
Method
execute
Runs the message deletion.
src/main/java/net/discordjug/javabot/systems/help/commands/notify/ClearOldHelpNotificationJob.java:37
Method
execute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/help/commands/notify/HelpPingSubcommand.java:73
Method
execute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/custom_vc/commands/CustomVCChangeMembersSubcommand.java:40
Method
execute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/data/h2db/commands/MigrateSubcommand.java:82
Method
execute
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/data/h2db/commands/QuickMigrateSubcommand.java:55
Method
execute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/data/h2db/commands/MigrationsListSubcommand.java:36
Method
execute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/data/h2db/commands/ExportSchemaSubcommand.java:49
Method
execute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/data/h2db/commands/ExportTableSubcommand.java:64
Method
execute
(SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/data/h2db/commands/MessageCacheInfoSubcommand.java:40
Method
failed
(UnirestException ue)
src/main/java/net/discordjug/javabot/systems/user_commands/ChangeMyMindCommand.java:75
Method
fetchSingleEntity
Fetches a single result from the database. @param query The query to use. @param modifier The query modifier for setting parameters. @param mapper
src/main/java/net/discordjug/javabot/data/h2db/DbActions.java:112
Method
getAllStarboardEntries
Retrieves all {@link StarboardEntry}s by the given guild. @param guildId The current guild's id. @return A {@link List} containing all {@link Starboa
src/main/java/net/discordjug/javabot/systems/starboard/dao/StarboardRepository.java:91
Method
getAllowedChoices
()
src/main/java/net/discordjug/javabot/systems/user_preferences/model/BooleanPreference.java:9
Method
getBatchSize
()
src/main/java/net/discordjug/javabot/data/h2db/message_cache/dao/MessageCacheRepository.java:45
Method
getChannel
(Guild guild)
src/main/java/net/discordjug/javabot/listener/ShareKnowledgeVoteListener.java:18
Method
getChannel
(Guild guild)
src/main/java/net/discordjug/javabot/listener/JobChannelVoteListener.java:19
Method
getCustomVoiceChannel
()
src/main/java/net/discordjug/javabot/data/config/guild/ModerationConfig.java:170
Method
getDefaultChoices
()
src/main/java/net/discordjug/javabot/systems/user_preferences/model/BooleanPreference.java:16
Method
getForumTagText
(ForumTag tag)
src/main/java/net/discordjug/javabot/systems/help/commands/notify/HelpPingSubcommand.java:280
Method
getHelpExperienceLeaderboard
Serves the specified amount of users. Sorted by the amount of help experience. @param guildId The guilds' id. @param page The page to get. Defaul
src/main/java/net/discordjug/javabot/api/routes/leaderboard/help_experience/HelpExperienceLeaderboardController.java:59
Method
getIncrementCount
(Member targetMember, SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/qotw/commands/qotw_points/IncrementPointsSubcommand.java:26
Method
getIncrementCount
(Member targetMember, SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/qotw/commands/qotw_points/DecrementPointsSubcommand.java:23
Method
getJobChannelVoteEmoji
()
src/main/java/net/discordjug/javabot/data/config/SystemsConfig.java:126
Method
getMessageDeleteVoteThreshold
(Guild guild)
src/main/java/net/discordjug/javabot/listener/ShareKnowledgeVoteListener.java:23
Method
getMessageDeleteVoteThreshold
(Guild guild)
src/main/java/net/discordjug/javabot/listener/JobChannelVoteListener.java:24
Method
getMetrics
Serves metrics for the specified guild. @param guildId The guilds' id. @return The {@link ResponseEntity}.
src/main/java/net/discordjug/javabot/api/routes/metrics/MetricsController.java:50
Method
getOrder
()
src/main/java/net/discordjug/javabot/listener/filter/BlacklistedMessageAttachmentFilter.java:42
Method
getOrder
{@inheritDoc} <p> By default, message filters have order 0. A higher order means they are executed afterwards while a lower order results in them bei
src/main/java/net/discordjug/javabot/listener/filter/MessageFilter.java:32
Method
getOrder
()
src/main/java/net/discordjug/javabot/listener/filter/MessageRuleFilter.java:127
Method
getOrder
()
src/main/java/net/discordjug/javabot/listener/filter/SuggestionFilter.java:88
Method
getQOTWLeaderboard
Serves the specified amount of users. Sorted by the amount of qotw-points. @param guildId The guilds' id. @param page The page to get. Defaults t
src/main/java/net/discordjug/javabot/api/routes/leaderboard/qotw/QOTWLeaderboardController.java:59
Method
getTopAccounts
Returns the specified amount of {@link HelpAccount}s, sorted by their experience. @param amount The amount to retrieve. @param page The page to get
src/main/java/net/discordjug/javabot/systems/help/HelpExperienceService.java:69
Method
getTotalTransactionWeightsInLastMonth
Gets the total XP of users in the last 30 days in descending order of XP. This query uses pagination. @param page the page to request @param pageSize
src/main/java/net/discordjug/javabot/systems/help/dao/HelpTransactionRepository.java:134
Method
getTransaction
Retrieves a transaction based on the id. @param id The transaction's id. @return A {@link HelpTransaction} object. @throws DataAccessException If an
src/main/java/net/discordjug/javabot/systems/help/dao/HelpTransactionRepository.java:61
Method
getTransactions
Retrieves the latest transactions of a user. @param userId The user's id. @param count The count of transactions that should be retrieved. @return A
src/main/java/net/discordjug/javabot/systems/help/dao/HelpTransactionRepository.java:77
Method
getUsedQuestionsWithQuery
Gets as many questions matching a query as specified. @param guildId The current guild's id.. @param query The query to match questions against. @pa
src/main/java/net/discordjug/javabot/systems/qotw/dao/QuestionQueueRepository.java:120
Method
getUserProfile
Serves a single users' profile in a specified guild. @param guildId The guilds' id. @param userId The users' id. @return The {@link ResponseEntity}
src/main/java/net/discordjug/javabot/api/routes/user_profile/UserProfileController.java:79
Method
getWeightOrDefault
Gets the weight for a given severity name. @param name The name of the severity level. @return The weight for the given severity, or {@link #DEFAULT_
src/main/java/net/discordjug/javabot/systems/moderation/warn/model/WarnSeverity.java:47
Method
handleAutoComplete
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/user_preferences/commands/PreferencesSetSubcommand.java:74
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/configuration/GetConfigSubcommand.java:46
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/configuration/SetConfigSubcommand.java:94
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/RunScheduledTaskCommand.java:83
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/AddFieldFormSubcommand.java:87
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/DetailsFormSubcommand.java:66
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/ModifyFormSubcommand.java:113
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/ShowFormSubcommand.java:59
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/DetachFormSubcommand.java:77
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/DeleteFormSubcommand.java:65
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/SubmissionsDeleteFormSubcommand.java:62
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/RemoveFieldFormSubcommand.java:74
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/SubmissionsExportFormSubcommand.java:80
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/CloseFormSubcommand.java:70
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/ReopenFormSubcommand.java:74
Method
handleAutoComplete
(CommandAutoCompleteInteractionEvent event, AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/AttachFormSubcommand.java:131
Method
handleAutoComplete
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/EditCustomTagSubcommand.java:131
Method
handleAutoComplete
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/DeleteCustomTagSubcommand.java:95
Method
handleAutoComplete
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/TagViewSubcommand.java:54
Method
handleAutoComplete
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/systems/qotw/commands/questions_queue/RemoveQuestionSubcommand.java:74
Method
handleAutoComplete
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull AutoCompleteQuery target)
src/main/java/net/discordjug/javabot/data/h2db/commands/MigrateSubcommand.java:134
Method
handleButton
(@NotNull ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/user_commands/leaderboard/ExperienceLeaderboardSubcommand.java:72
Method
handleButton
(@NotNull ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/moderation/report/ReportManager.java:53
Method
handleButton
(@NotNull ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/staff_commands/self_roles/SelfRoleInteractionManager.java:44
Method
handleButton
(ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/FormInteractionManager.java:100
Method
handleButton
(@NotNull ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/qotw/submissions/SubmissionInteractionManager.java:34
Method
handleButton
(@NotNull ButtonInteractionEvent event, @NotNull Button button)
src/main/java/net/discordjug/javabot/systems/help/HelpListener.java:204
Method
handleButton
(ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/help/commands/notify/HelpPingSubcommand.java:224
Method
handleButton
(ButtonInteractionEvent event, Button button)
src/main/java/net/discordjug/javabot/systems/custom_vc/CustomVCButtonHandler.java:36
Method
handleButton
(@NotNull ButtonInteractionEvent event, @NotNull Button button)
src/main/java/net/discordjug/javabot/util/InteractionUtils.java:192
Method
handleCommand
(@NotNull SlashCommandInteractionEvent event, long guildId)
src/main/java/net/discordjug/javabot/systems/qotw/commands/questions_queue/ListQuestionsSubcommand.java:43
Method
handleCommand
(@NotNull SlashCommandInteractionEvent event, long guildId)
src/main/java/net/discordjug/javabot/systems/qotw/commands/questions_queue/AddQuestionSubcommand.java:45
Method
handleCommand
(SlashCommandInteractionEvent event, long guildId)
src/main/java/net/discordjug/javabot/systems/qotw/commands/questions_queue/RemoveQuestionSubcommand.java:42
Method
handleConfigSubcommand
(@Nonnull SlashCommandInteractionEvent event, @Nonnull GuildConfig config)
src/main/java/net/discordjug/javabot/systems/configuration/GetConfigSubcommand.java:34
Method
handleConfigSubcommand
(@Nonnull SlashCommandInteractionEvent event, @Nonnull GuildConfig config)
src/main/java/net/discordjug/javabot/systems/configuration/SetConfigSubcommand.java:48
Method
handleConfigSubcommand
(@Nonnull SlashCommandInteractionEvent event, @Nonnull GuildConfig config)
src/main/java/net/discordjug/javabot/systems/configuration/ExportConfigSubcommand.java:28
Method
handleCustomTagsSubcommand
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/EditCustomTagSubcommand.java:66
Method
handleCustomTagsSubcommand
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/TagSearchSubcommand.java:46
Method
handleCustomTagsSubcommand
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/DeleteCustomTagSubcommand.java:54
Method
handleCustomTagsSubcommand
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/CreateCustomTagSubcommand.java:49
Method
handleCustomTagsSubcommand
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/TagViewSubcommand.java:40
Method
handleCustomTagsSubcommand
(@NotNull SlashCommandInteractionEvent event)
src/main/java/net/discordjug/javabot/systems/staff_commands/tags/commands/TagListSubcommand.java:41
Method
handleEmbedSubcommand
(@NotNull SlashCommandInteractionEvent event, long messageId, GuildMessageChannel channel)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/RemoveEmbedFieldSubcommand.java:37
Method
handleEmbedSubcommand
(SlashCommandInteractionEvent event, long messageId, GuildMessageChannel channel)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/EditEmbedSubcommand.java:84
Method
handleEmbedSubcommand
(SlashCommandInteractionEvent event, long messageId, GuildMessageChannel channel)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/AddEmbedFieldSubcommand.java:50
Method
handleGenericException
Handles all generic {@link Exception}. @param e The {@link Exception} which was thrown. @return The {@link ResponseEntity} containing the {@link Erro
src/main/java/net/discordjug/javabot/api/exception/RestExceptionHandler.java:58
Method
handleInternalServerException
Handles all {@link InternalServerException}s. @param e The {@link InternalServerException} which was thrown. @return The {@link ResponseEntity} conta
src/main/java/net/discordjug/javabot/api/exception/RestExceptionHandler.java:47
Method
handleInvalidEntityIdException
Handles all {@link InvalidEntityIdException}s. @param e The {@link InvalidEntityIdException} which was thrown. @return The {@link ResponseEntity} con
src/main/java/net/discordjug/javabot/api/exception/RestExceptionHandler.java:35
Method
handleMethodArgumentTypeMismatch
Handles all {@link MethodArgumentTypeMismatchException}s. @param e The {@link MethodArgumentTypeMismatchException} which was thrown. @return The {@li
src/main/java/net/discordjug/javabot/api/exception/RestExceptionHandler.java:23
Method
handleModal
(@NotNull ModalInteractionEvent event, List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/moderation/report/ReportManager.java:135
Method
handleModal
(ModalInteractionEvent event, List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/configuration/SetConfigSubcommand.java:80
Method
handleModal
(@NotNull ModalInteractionEvent event, @NotNull List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/EditEmbedSubcommand.java:118
Method
handleModal
(@NotNull ModalInteractionEvent event, @NotNull List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/AddEmbedFieldSubcommand.java:64
Method
handleModal
(@NotNull ModalInteractionEvent event, @NotNull List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/staff_commands/embeds/CreateEmbedSubcommand.java:75
Method
handleModal
(@NotNull ModalInteractionEvent event, List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/staff_commands/self_roles/SelfRoleInteractionManager.java:63
Method
handleModal
(ModalInteractionEvent event, List<ModalMapping> values)
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/FormInteractionManager.java:127
← previous
next →
901–1,000 of 1,112, ranked by callers