Skip to content

Commit f05c7b9

Browse files
committed
Revert "fix(activity): don't use intents"
This reverts commit d6b3241.
1 parent d6b3241 commit f05c7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activity/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
func main() {
1818
newShard := state.NewShardFunc(func(m *shard.Manager, s *state.State) {
19-
s.AddIntents(0)
19+
s.AddIntents(gateway.IntentGuilds)
2020
s.AddHandler(func(e *gateway.InteractionCreateEvent) {
2121
if e.Data.InteractionType() != discord.CommandInteractionType {
2222
return

0 commit comments

Comments
 (0)