Feature update!
- Added the ability to exclude reading messages from specific users/bots given their user ID!
- Also updated the JDA API to the latest release! (v5.0.0-beta.2)
If you're using a pre-existing config file, a new section will appear in your config file! It should now look something like this!
Code (Text):
{
"token": "Your Bot's Token",
"channelIDs": [
"Your Channel ID"
],
"excludedUserIDs": [
"Your User ID"
]
}
The "excludedUserIDs" section will ignore any messages written from the user with the specified ID. This is very useful if you're writing the console output of multiple servers into the same text channel on Discord as you can make the bots ignore each other!