This commit is contained in:
parent
0bf31a3e5d
commit
1a7d9b824f
@ -346,6 +346,7 @@ func commentCommandFunc(ctx disgoman.Context, args []string) {
|
|||||||
commentString = ""
|
commentString = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
commentStrings = append(commentStrings, commentString)
|
||||||
for _, c := range channels {
|
for _, c := range channels {
|
||||||
if c.Admin {
|
if c.Admin {
|
||||||
for _, s := range commentStrings {
|
for _, s := range commentStrings {
|
||||||
@ -365,7 +366,7 @@ func commentCommandFunc(ctx disgoman.Context, args []string) {
|
|||||||
request.ID,
|
request.ID,
|
||||||
discord_utils.GetChannelName(ctx, ctx.Channel.ID),
|
discord_utils.GetChannelName(ctx, ctx.Channel.ID),
|
||||||
request.Content,
|
request.Content,
|
||||||
comment.Content,
|
message,
|
||||||
))
|
))
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -439,6 +440,7 @@ func viewCommandFunc(ctx disgoman.Context, args []string) {
|
|||||||
commentString = ""
|
commentString = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
commentStrings = append(commentStrings, commentString)
|
||||||
for _, c := range commentStrings {
|
for _, c := range commentStrings {
|
||||||
_, _ = ctx.Send(c)
|
_, _ = ctx.Send(c)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user