Yusuf Arfan Ismail

Results 101 comments of Yusuf Arfan Ismail
trafficstars

@Chew @CheesyGamer77 Can you re review this pr please.

> There's a button to request a re-review... I press and nothing happens. Only works for Minn.

@Chew can you do another review please.

@Bastian would it be ok if i tried to implement this

@MinnDevelopment Planning on working on this pr now. Is there any point or shall I wait

Will work on this after my GCSE's say about 3-4 month.

Note to self to test all the listeners and get forum up to date Defentially will be test before September

```java api.addSlashCommandCreateListener(event -> { SlashCommandInteraction slashCommandInteraction = event.getSlashCommandInteraction(); ServerForumChannel serverForumChannel = event.getApi().getServerForumChannelById("1031971612238561390").get(); if (slashCommandInteraction.getCommandName().equals("list_all_json_stuffs")) { Long version = serverForumChannel.getVersion(); Optional topic = serverForumChannel.getTopic(); int defaultThreadRateLimitPerUser = serverForumChannel.getDefaultThreadRateLimitPerUser(); int rateLimitPerUser =...