This commit is contained in:
parent
0bc5953c65
commit
8893cc62f4
@ -171,8 +171,8 @@ func broadcast(ctx disgoman.Context, server geeksbot.Server, message string) {
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Printf(response)
|
log.Printf("%#v", response)
|
||||||
if response == "Server recieved, But no response!!\r\n" {
|
if response == "Server recieved, But no response!!\n" {
|
||||||
_, _ = 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