main.go aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 2m4s
All checks were successful
release-tag / release-image (push) Successful in 2m4s
This commit is contained in:
2
main.go
2
main.go
@@ -1281,6 +1281,8 @@ func main() {
|
|||||||
|
|
||||||
s.Identify.Intents = discordgo.IntentsGuilds | discordgo.IntentsGuildVoiceStates
|
s.Identify.Intents = discordgo.IntentsGuilds | discordgo.IntentsGuildVoiceStates
|
||||||
|
|
||||||
|
_ = s.UpdateGameStatus(0, "creating private VCs")
|
||||||
|
|
||||||
s.AddHandler(onVoiceStateUpdate)
|
s.AddHandler(onVoiceStateUpdate)
|
||||||
s.AddHandler(onGuildCreate)
|
s.AddHandler(onGuildCreate)
|
||||||
s.AddHandler(onInteractionCreate(""))
|
s.AddHandler(onInteractionCreate(""))
|
||||||
|
Reference in New Issue
Block a user