Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make a discord bot dm someone python

@bot.command(pass_context = True)
async def dm(ctx, member : discord.Member, *, content: str):
    await bot.send_message(member, content)
Source by github.com #
 
PREVIOUS NEXT
Tagged: #discord #bot #dm #python
ADD COMMENT
Topic
Name
1+7 =