Skip to content

Commit 3c07442

Browse files
Removed Emoji from 'Help Guidelines' button
1 parent fecc79c commit 3c07442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/help/forum/ForumHelpListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void onChannelCreate(@NotNull ChannelCreateEvent event) {
8080
// send post buttons
8181
post.sendMessageComponents(ActionRow.of(
8282
Button.primary(ComponentIdBuilder.build(ForumHelpManager.HELP_CLOSE_IDENTIFIER, post.getIdLong()), "Close Post"),
83-
Button.secondary(ComponentIdBuilder.build(ForumHelpManager.HELP_GUIDELINES_IDENTIFIER), "Help Guidelines").withEmoji(Emoji.fromUnicode("📚"))
83+
Button.secondary(ComponentIdBuilder.build(ForumHelpManager.HELP_GUIDELINES_IDENTIFIER), "View Help Guidelines")
8484
)).queue(success -> {
8585
// send /close reminder (if enabled)
8686
UserPreferenceService service = new UserPreferenceService(Bot.getDataSource());

0 commit comments

Comments
 (0)