This commit is contained in:
parent
8a9373637f
commit
5f20f1b129
@ -171,7 +171,7 @@ func broadcast(ctx disgoman.Context, server geeksbot.Server, message string) {
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Printf("%#v", response)
|
log.Printf("%T - %#v", response, response)
|
||||||
if strings.Contains(response, "Server recieved, But no response!!") {
|
if strings.Contains(response, "Server recieved, But no response!!") {
|
||||||
_, _ = ctx.Session.ChannelMessageEdit(ctx.Channel.ID, msg.ID,
|
_, _ = ctx.Session.ChannelMessageEdit(ctx.Channel.ID, msg.ID,
|
||||||
fmt.Sprintf("**%s Broadcast Successful**", server.Name),
|
fmt.Sprintf("**%s Broadcast Successful**", server.Name),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user