Compare commits
No commits in common. "c6b4c061de625fc56df123d83bef2fb3eee68fb4" and "f160c3855e55abccd4226cd7cf89232d95ea4660" have entirely different histories.
c6b4c061de
...
f160c3855e
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ src/yarn.lock: public src/node_modules src/package.json
|
||||||
public/script.js: src/script.js src/yarn.lock
|
public/script.js: src/script.js src/yarn.lock
|
||||||
$(YARN) build
|
$(YARN) build
|
||||||
|
|
||||||
$(APPLICATION_NAME): *.go ffmpeg/*.go speaker/*.go go.mod go.sum
|
$(APPLICATION_NAME): *.go ffmpeg/*.go speaker/*.go
|
||||||
@go build
|
@go build
|
||||||
|
|
||||||
build: image js $(APPLICATION_NAME)
|
build: image js $(APPLICATION_NAME)
|
||||||
|
|
|
@ -34,9 +34,6 @@ func init() {
|
||||||
|
|
||||||
// app.voice.LogLevel = discordgo.LogDebug
|
// app.voice.LogLevel = discordgo.LogDebug
|
||||||
|
|
||||||
err = discordspeaker.Init(app.voice)
|
discordspeaker.Init(app.voice)
|
||||||
if err != nil {
|
|
||||||
log.Fatal(err)
|
|
||||||
}
|
|
||||||
log.Println("discord.go done.")
|
log.Println("discord.go done.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue