Skip to content

Commit

Permalink
[RELEASE] GitHub best IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou authored Aug 25, 2021
1 parent 00abafd commit ae77167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pw/mihou/amelia/commands/feeds/Feeds.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private EmbedBuilder embed(Server server, ArrayList<FeedModel> objects, int page
"\nLast Update: `" + object.getDate().toString() +
"`\nAssigned Channel: " + server.getTextChannelById(object.getChannel())
.map(ServerTextChannel::getMentionTag).orElse("❓ Channel Not Found") +
"\nCreated by: " + "<@" + object.getUser().getId() + ">");
"\nCreated by: " + "<@" + object.getUser() + ">");
}
}

Expand Down

0 comments on commit ae77167

Please sign in to comment.