implement?
This commit is contained in:
parent
661ce08764
commit
b64a4096e9
@ -9,7 +9,7 @@ func (app *application) messageCreate(s *discordgo.Session, m *discordgo.Message
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
app.LogToConsole(app.commandMux).Execute(s, m)
|
app.LogInteraction(app.LogToConsole(app.commandMux)).Execute(s, m)
|
||||||
|
|
||||||
/* if strings.HasPrefix(m.Content, "!newpepe") {
|
/* if strings.HasPrefix(m.Content, "!newpepe") {
|
||||||
app.LogToConsole(app.commandMux).Execute(s, m)
|
app.LogToConsole(app.commandMux).Execute(s, m)
|
||||||
|
Loading…
Reference in New Issue
Block a user