Skip to content

Commit c389c41

Browse files
committed
Fixed invalid privileged intents info
1 parent 1cc9739 commit c389c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dp/infos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except ImportError:
1515
__inter_version__ = None
1616

17-
privileged = ["GUILD_MEMBERS", "GUILD_PRESENCES", "GUILD_MESSAGES", "DIRECT_MESSAGES"]
17+
privileged = ["GUILD_MEMBERS", "GUILD_PRESENCES"]
1818

1919

2020
def get_front_page(bot, ctx, embed: bool = False):

0 commit comments

Comments
 (0)