JavaBot icon indicating copy to clipboard operation
JavaBot copied to clipboard

General utility bot for the Discord Java Community

Results 31 JavaBot issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/Java-Discord/JavaBot/assets/34687786/0dde606d-ecdf-4166-a387-e85df1c3a44f) ![image](https://github.com/Java-Discord/JavaBot/assets/34687786/610e53b1-6501-4531-95ad-c32f29c214c6) ![image](https://github.com/Java-Discord/JavaBot/assets/34687786/4b7ba089-2b27-496d-aae2-cfcfeb031f82) ![image](https://github.com/Java-Discord/JavaBot/assets/34687786/17e99194-e7df-4429-8e25-db4112c79fc7) # 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...

enhancement
open conversation

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...

enhancement

This would make it easier to figure out who initially reserved the channel in case the message was deleted.

enhancement
feature: help-system
beginner task

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.

enhancement
new feature
suggestion
feature: api