Changes

Summary

  1. Renamed formatting send/edit message methods to avoid conflicting calls. (commit: 6bd5914) (details)
Commit 6bd591400be5cd4dd43547f122570d909b5cd947 by business
Renamed formatting send/edit message methods to avoid conflicting calls.
Before users that did sendMessage("Hello") would essentially use the
format method which was unintentional
(commit: 6bd5914)
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/impl/MessageImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/MessageChannel.java (diff)