@bot.event
async def on_message(m):
if m.content == "Привет":
await m.author.send("Как дела?")
if m.guild is None and not m.author.bot:
if m.content == "Хорошо":
member = m.author
role = discord.utils.get(member.guild.roles, id=908718776525135922)
await member.add_roles(role)
вообще не реагирует на эту команду