tobby48 il y a 3 ans
Parent
révision
ab1b7afa71

+ 1
- 1
src/main/java/kr/co/swh/lecture/opensource/project/discode/JavaCordBot.java Voir le fichier

@@ -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
             }