Skip to content

Commit 7229752

Browse files
Register logs command
1 parent 92dd7f8 commit 7229752

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/fancyinnovations/fancyfriend/FancyFriend.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public void initJDA() {
8080
new Command.Choice("Off", "off"));
8181

8282
jda.getGuildById(GUILD_ID).updateCommands().addCommands(
83+
Commands.slash("logs", "Use pastes.dev for logs"),
8384
Commands.slash("blankline", "How to add a blank line in a hologram"),
8485
Commands.slash("clickable", "Clickable FancyHolograms tutorial"),
8586
Commands.slash("converters", "FH & FN converter messages"),

0 commit comments

Comments
 (0)