discorddioxin
discorddioxin
While trying to build after cloning, there were lots of build issues, even when using Eclipse (as recommended) 1) The project also requires some libraries which the repository doesn't include....
Introduces [`ForumPoster`](https://github.com/discorddioxin/TJ-Bot/blob/develop/application/src/main/java/org/togetherjava/tjbot/features/utils/ForumPoster.java) and updates [`TransferQuestionCommand`](https://github.com/Together-Java/TJ-Bot/blob/f206bd44593b2ad18471852fcb8fe209808f4f5e/application/src/main/java/org/togetherjava/tjbot/features/moderation/TransferQuestionCommand.java#L236-L238) to make use of it. Addresses issue #1307
## Motivation Forum Channels are common on Discord. By having a centralized API to perform forum actions, developers would be more encouraged to make use of forum posting for bot...