We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b3241 commit f05c7b9Copy full SHA for f05c7b9
activity/main.go
@@ -16,7 +16,7 @@ import (
16
17
func main() {
18
newShard := state.NewShardFunc(func(m *shard.Manager, s *state.State) {
19
- s.AddIntents(0)
+ s.AddIntents(gateway.IntentGuilds)
20
s.AddHandler(func(e *gateway.InteractionCreateEvent) {
21
if e.Data.InteractionType() != discord.CommandInteractionType {
22
return
0 commit comments