Yusuf Arfan Ismail
Yusuf Arfan Ismail
```java class ForumListener implements ServerForumChannelChangeAppliedTagsListener, ServerForumChannelChangeAvailableTagsListener, ServerForumChannelChangeDefaultReactionListener, ServerForumChannelChangeDefaultThreadRateLimitPerUserListener, ServerForumChannelChangeFlagsListener, ServerForumChannelChangeLastMessageIdListener, ServerForumChannelChangePermissionOverwritesListener, ServerForumChannelChangePositionListener, ServerForumChannelChangeRateLimitPerUserListener, ServerForumChannelChangeTemplateListener, ServerForumChannelChangeTopicListener, ServerForumChannelChangeVersionListener, ServerForumChannelChangeIconEmojiListener { @Override public void onServerForumChannelChangeAppliedTags(ServerForumChannelChangeAppliedTagsEvent event) { event.getApi().getChannelById("1008788690065166496").flatMap(Channel::asTextChannel).get().sendMessage("Old applied tags: " + event.getOldAppliedTags()...
> Another nice-to-have feature would be creating a forum post itself. The current implementation (as far as I'm aware) does not allow that. It uses `RestEndpoint.START_THREAD_WITHOUT_MESSAGE`, it seems. Would be...
> A quick look on the `applied_tags` field shows that you added it to the forum channel but it is a field on the thread channel  > > Also...
@felldo made the changes can you check on them please.
Yo, any updates in regard to the following changes.
Will have a look at the slash command option one
Regarding this, as the user no longer has a discriminator it could be made where getUserName provides you with the @ userName and getGlobalName gets there display Name. getDiscriminatedName should...
> There are still regular users with discriminators Majority have migrated but I said keep it
> You should not deprecate something which should be used imo but it will be removed in the future.
@TheKodeToad if you wish you can have a look at the pr i made a while back and see if you have any suggestions for amendment.