jda

  1. Magma

    B4J Code Snippet [JDA] Discord - Backup everything

    Yeap.. you are reading right - it is possible! But before see/use this snippet have in mind that there are some limitations and may be need to be more specific (threads, channels, etc) and save everything with different way... For this snippet I ve used wrapper/library created by @DonManfred...
  2. Magma

    B4J Question [JDA] Retrieve Archived Public Thread Channels?

    Today found time, to play with JDA Discord API Library wrapper created by @DonManfred I have to say with simple words, that is perfect! I ve managed to show all channels, threads i have at my discord server... with this code: Sub ListAllChannelsAndThreads(chan As MessageChannel) Dim...
  3. jmon

    B4J Question [JDA] How to use the new version JDA 1.84 ? [How to use behind a proxy]

    Hi, as the title says, I couldn't find a way to use the new JDA (Discord Bot) library. Following the example: - I downoaded all the dependencies from https://mvnrepository.com/ - The project compiles with all the latest version of each dependencies, except for Okio, which requires version...
Top