Compare commits

..

No commits in common. "c6b4c061de625fc56df123d83bef2fb3eee68fb4" and "f160c3855e55abccd4226cd7cf89232d95ea4660" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,7 @@ src/yarn.lock: public src/node_modules src/package.json
public/script.js: src/script.js src/yarn.lock
$(YARN) build
$(APPLICATION_NAME): *.go ffmpeg/*.go speaker/*.go go.mod go.sum
$(APPLICATION_NAME): *.go ffmpeg/*.go speaker/*.go
@go build
build: image js $(APPLICATION_NAME)

View File

@ -34,9 +34,6 @@ func init() {
// app.voice.LogLevel = discordgo.LogDebug
err = discordspeaker.Init(app.voice)
if err != nil {
log.Fatal(err)
}
discordspeaker.Init(app.voice)
log.Println("discord.go done.")
}