JavaBot
JavaBot copied to clipboard
General utility bot for the Discord Java Community
When sending a message link, the bot automatically responds a copy of the linked message. The delete button currently allows the author of the original message as well as moderators...
When code is autoformatted, the (detected) codeblock section is added immediately after ```` ```java ````. If that section starts with an alphanumeric character, this results in the language identifier (`java`)...
Since #471, the bot automatically deletes acknowledge help notifications after 3 days. This PR makes it also delete unacknowledged help notifications after one week of _inactivity_ in order to avoid...
When reporting a user, this PR adds a button which automatically creates a private thread where the reporter can provide additional information.     # Deploy notes The...
This PR adds functionality to slowly decrease the severtiy of warns over time. The severity weight subtraction removed does not scale with the severity of the warns. Having more/higher-severity warns...
Currently, Javabot relies on the file src/main/resources/spamLinks.txt for detecting scam links, but this file was updated 3 years ago, it should be considered to update the file to contain the...
> make the bot to add a ``:star:`` reaction in **__#⭐︱starboard__** as well and the star count to be the sum of stars on the original message and on the...
This would make it easier to figure out who initially reserved the channel in case the message was deleted.
Basically what the title says. The current implementation makes a bunch of checks **on every message in real time**.
I would like to have a api endpoint for the thanks leaderboard. This could be useful for the front end, to promote the thanking system.