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 130716a commit 7e7b354Copy full SHA for 7e7b354
Examples/Message Types/TextMESSAGE/main_send_multiple.py
@@ -43,7 +43,7 @@
43
token="JJJKHSAJDHKJHDKJ",
44
is_user=False,
45
servers=[
46
- daf.USER(
+ daf.GUILD(
47
snowflake=123456789, # ID of server (guild) or a discord.Guild object
48
messages=[ # List MESSAGE objects
49
daf.TextMESSAGE(
0 commit comments