implement?

This commit is contained in:
DutchEllie 2021-06-04 16:08:44 +02:00
parent 661ce08764
commit b64a4096e9

View File

@ -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)