We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dd7f8 commit 7229752Copy full SHA for 7229752
1 file changed
src/main/java/com/fancyinnovations/fancyfriend/FancyFriend.java
@@ -80,6 +80,7 @@ public void initJDA() {
80
new Command.Choice("Off", "off"));
81
82
jda.getGuildById(GUILD_ID).updateCommands().addCommands(
83
+ Commands.slash("logs", "Use pastes.dev for logs"),
84
Commands.slash("blankline", "How to add a blank line in a hologram"),
85
Commands.slash("clickable", "Clickable FancyHolograms tutorial"),
86
Commands.slash("converters", "FH & FN converter messages"),
0 commit comments