Changes

Summary

  1. Updates getAsMention() for members. (commit: 5e2c71c) (details)
  2. Parsing values that start with `-` using Long.parseUnsignedLong(input) (commit: 791d54c) (details)
Commit 5e2c71c96a03b59fe9ac3dc650c0f213f752a09d by noreply
Updates getAsMention() for members.
If the member has a nickname the raw id should be <@!{id}>, since this
is what will be returned by the raw content of a message.
(commit: 5e2c71c)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/impl/MemberImpl.java (diff)
Commit 791d54c701de12cfe708469059f9eebb8157b764 by business
Parsing values that start with `-` using Long.parseUnsignedLong(input)
(commit: 791d54c)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/utils/MiscUtil.java (diff)