|
@@ -28,7 +28,7 @@ public class JavaCordBot {
|
28
|
28
|
.addComponents(
|
29
|
29
|
ActionRow.of(Button.success("success", "Send a message"),
|
30
|
30
|
Button.danger("danger", "Delete this message"),
|
31
|
|
-// Button.create("hi", ButtonStyle.DANGER, "custom", "1F606"),
|
|
31
|
+ Button.link("http://naver.com", "", "1️⃣"),
|
32
|
32
|
Button.secondary("secondary", "Remind me after 5 minutes")))
|
33
|
33
|
.send(event.getChannel());
|
34
|
34
|
}
|