Yusuf Arfan Ismail
Yusuf Arfan Ismail
@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
Will implement this
@MinnDevelopment Planning on working on this pr now. Is there any point or shall I wait
@KILLEliteMaste
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 =...