Changes

Summary

  1. Fix typo in ShardManager (#1604) (commit: 2d33dcb) (details)
  2. Remove nullability note for GuildChannel#getName (#1562) (commit: 2ac5ed7) (details)
  3. Fix spelling mistake in ErrorHandler (#1577) (commit: 5e05599) (details)
  4. Mention that CUSTOM_STATUS is read only (#1543) (commit: d9fbbb5) (details)
  5. Fixed example code (commit: 9c8dbd2) (details)
  6. Fix typos (commit: b558a6d) (details)
  7. Add implementation comment (#1609) (commit: ff51c58) (details)
Commit 2d33dcb8d0e1c06b63d17eeb75dc6ffb8baa58bc by noreply
Fix typo in ShardManager (#1604)

Co-authored-by: Austin Keener <keeneraustin@yahoo.com>
(commit: 2d33dcb)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/sharding/ShardManager.java (diff)
Commit 2ac5ed7b6ae46fdea47abd3b93f546a5e889eb09 by noreply
Remove nullability note for GuildChannel#getName (#1562)

(commit: 2ac5ed7)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/entities/GuildChannel.java (diff)
Commit 5e055997a94a236a7e9431db942cce6eb4e43126 by noreply
Fix spelling mistake in ErrorHandler (#1577)

(commit: 5e05599)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/exceptions/ErrorHandler.java (diff)
Commit d9fbbb5a4ab163818d443fc8e78e1f4cd38fea16 by noreply
Mention that CUSTOM_STATUS is read only (#1543)

(commit: d9fbbb5)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/entities/Activity.java (diff)
Commit 9c8dbd28a0b37fad7947b74686c1606d0fde8058 by Florian Spieß
Fixed example code

Note: the JDABuilder has the method "addEventListeners" while JDA has "addEventListener". It might be better to solve the inconsistency.
(commit: 9c8dbd2)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/managers/GuildManager.java (diff)
Commit ff51c58065b135ac60f28ade6d82425533847a1b by noreply
Add implementation comment (#1609)

(commit: ff51c58)
The file was modifiedREADME.md (diff)