Hello
what i want to do
Hello, i am trying to send a DM to a user who is triggering the following function:
if message.content.startswith("!help"):
await message.author.send("hello")
After a User sends !help into any of the discord server channels, i want the bot to send the user the message Hello as a DM
The problem
I dont get any errors theres just nothing happening if i type !help in a chat
Im a beginner so im happy for all the help i can get =)