Skip to content

Commit 28b3cbf

Browse files
committed
:/
1 parent 6758aa0 commit 28b3cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninbot-app/src/main/java/dev/nincodedo/ninbot/components/hugemoji/HugemojiCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ public String getName() {
145145
@Override
146146
public List<OptionData> getCommandOptions() {
147147
return List.of(new OptionData(OptionType.STRING, HugemojiCommandName.Option.EMOTE.get(),
148-
"The emote to " + "biggify.", true));
148+
"The emote to biggify.", true));
149149
}
150150
}

0 commit comments

Comments
 (0)