test bug
This commit is contained in:
parent
3fc0d03d43
commit
af09dd297b
@ -11,6 +11,7 @@ import (
|
||||
"fmt"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"github.com/kballard/go-shellquote"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@ -68,6 +69,7 @@ func (c *CommandManager) OnMessage(session *discordgo.Session, m *discordgo.Mess
|
||||
}
|
||||
|
||||
content := m.Content
|
||||
log.Println(content)
|
||||
|
||||
prefixes := c.Prefixes(m.GuildID)
|
||||
var prefix string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user