Skip to content

Commit

Permalink
Fix examoke
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhozic committed Feb 4, 2023
1 parent 130716a commit 7e7b354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Message Types/TextMESSAGE/main_send_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
token="JJJKHSAJDHKJHDKJ",
is_user=False,
servers=[
daf.USER(
daf.GUILD(
snowflake=123456789, # ID of server (guild) or a discord.Guild object
messages=[ # List MESSAGE objects
daf.TextMESSAGE(
Expand Down

0 comments on commit 7e7b354

Please sign in to comment.