not-ilinked / Anarchy

The superior Discord API wrapper

Home Page:https://anarchyteam.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some GuildMessages Not Seen

bbrookshire opened this issue · comments

I have a scenario where my DiscordSocketClient is working, but a lot of messages, from certain servers, aren't seen. What could cause this?

Events related to things like messages aren't sent to the client by default on bigger servers. To begin receiving events for one, use .SetGuildSubscriptions().

Events related to things like messages aren't sent to the client by default on bigger servers. To begin receiving events for one, use .SetGuildSubscriptions().

I've been having this issue for a looong time. thanks for this 💯 What I did was set push notification on all servers which some what fixed it. Thanks again