Skip to content
Advertisement

I am struggling with dming members with a certain role in discord.py

Here’s the code

JavaScript

and then DMing

JavaScript

I have already tried same thing with IDs, but no progress It says the error

JavaScript

Advertisement

Answer

I believe your problem is you are using server, as it is not defined, it is giving you an error AttributeError: 'Message' object has no attribute 'server' and it states it is not an attribute of message.

red_role and blue_role both were using guild, I’ve changed the ones below to guild, hopefully this works for you

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement