Skip to content

Commit

Permalink
remove embeds clear code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyeonling committed Jul 10, 2024
1 parent a82560d commit d9d2994
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public String channelId() {
@Override
public void onEvent(final MessageReceivedEvent event) {
final var message = event.getMessage();
message.editMessageEmbeds().queue();

final var urls = Arrays.stream(message.getContentRaw().split("\\s+"))
.map(String::trim)
Expand Down

0 comments on commit d9d2994

Please sign in to comment.