This commit is contained in:
parent
fe2e28357a
commit
821ede69cf
@ -2,6 +2,7 @@ package arcon
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"github.com/dustinpianalto/disgoman"
|
||||
@ -170,6 +171,7 @@ func broadcast(ctx disgoman.Context, server geeksbot.Server, message string) {
|
||||
)
|
||||
return
|
||||
}
|
||||
log.Printf(response)
|
||||
if response == "Server recieved, But no response!!" {
|
||||
_, _ = ctx.Session.ChannelMessageEdit(ctx.Channel.ID, msg.ID,
|
||||
fmt.Sprintf("**%s Broadcast Successful**", server.Name),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user