mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 17:34:57 +00:00
Add replies
This commit is contained in:
parent
eab0ceca52
commit
8c111240e6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class DiscordBridge {
|
|||
String reply = "";
|
||||
if(referenced.isPresent()) {
|
||||
Message replyingTo = referenced.get();
|
||||
reply = String.format("┌ %s %s\n", replyingTo.getAuthor().getDiscriminatedName(), replyingTo.getReadableContent());
|
||||
reply = String.format(ChatColor.GRAY + "┌ " + ChatColor.YELLOW + "%s" + ChatColor.GRAY + " %s\n" + ChatColor.WHITE, replyingTo.getAuthor().getDiscriminatedName(), replyingTo.getReadableContent());
|
||||
}
|
||||
|
||||
String format = MainConfig.getString((isAdmin) ? ConfigurationEntry.DISCORD_ADMIN_FORMAT : ConfigurationEntry.DISCORD_FORMAT);
|
||||
|
|
Loading…
Reference in a new issue