Changes

Summary

  1. Fixed a minor mistake in readme file. (commit: e787f5c) (details)
  2. Added checks with MessageEmbed#isSendable(AccountType) in sendFile, (commit: 37f4d47) (details)
Commit e787f5c9a1cd6f9cf935b16a95c718a2ae2d385c by noreply
Fixed a minor mistake in readme file.
While reading the readme file I found this small mistake, which is not
good for a high level API like JDA so I thought we should fix this up.
(commit: e787f5c)
The file was modifiedREADME.md (diff)
Commit 37f4d47c1248b11b92f7ddc64cf69cbdea001123 by Florian Spieß
Added checks with MessageEmbed#isSendable(AccountType) in sendFile,
editMessage and sendMessage methods. Moved limitation constants to
MessageEmbed interface
(commit: 37f4d47)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/Message.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/MessageChannel.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/MessageEmbed.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/EmbedBuilder.java (diff)