Skip to content

Commit d68f3a8

Browse files
committed
oops
1 parent c26f707 commit d68f3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func manpage(s *discordgo.Session, m *discordgo.MessageCreate, section string, c
143143
split := strings.SplitN(section, "\n", 2)
144144
title := split[0]
145145
if len(split) == 1 {
146-
break
146+
continue
147147
}
148148
description := split[1]
149149
if len(description) > 4096 {

0 commit comments

Comments
 (0)