JavaBot
JavaBot copied to clipboard
General utility bot for the Discord Java Community
> ***Description*** > Allow inlining of code blocks from GitHub links that have highlighted lines. > > ***Example*** > > **Dioxin says:** > Check this out: > https://gist.github.com/discorddioxin/27a33cf1376847f4ada29d61390c5198#file-main-java-L13-L16 > >...
This PR updates from the beta to the final 5.0.0 version of JDA. https://github.com/discord-jda/JDA/releases/tag/v5.0.0
See https://github.com/discord-jda/JDA/releases/tag/v5.1.2 This PR updates JDA and ensures automod and the message log handle forwarded messages correctly. For all other purposes, the bot still considers these messages as empty.
This PR adds custom voice channels to the bot. When a user joins the template VC, they get a copy of the VC with `MANAGE_MESSAGES` permissions and are pinged with...
This PR changes the `PingableNameListener` (which never really worked before) in the following ways: - It only changes names of users if the bot has the permission to "interact" with...
Currently, the filtering of `/purge` is applied for logging and counting but not message deletion. This PR fixes this bug and also adds a way to cancel all purges in...
The bot is capable of reposting original messages when a message link is sent. However, this currently doesn't work with `discordapp.com` URLs. This PR adapts this functionality for these URLs.
This PR updates JavaBot's dependencies including Spring and JDA.