#Send DMs to a User if he accepts them

1 messages · Page 1 of 1 (latest)

ornate sleet
#

Hey i have two questions:

  1. how can i send a DM to a user?
  2. how can i check if the user accepts DMs?

thanks in advance

sour tendonBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

faint ocean
#

something like that to pm a user

await ctx.user.send()
#

You can check if user accepts dm using a try expect clause