Answer the question
In order to leave comments, you need to log in
How to forward messages from a PM discord bot?
bot = commands.Bot(command_prefix = PREFIX)
@bot.command(pass_context = True)
@commands.has_role("Admin")
async def sayls(ctx, member: discord.Member,*, text):
await ctx.message.delete()
await member.send(text)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question