Answers for "discord py how to get who send the message"

9

discord.py send image

await channel.send(file=discord.File('path/to/image.png'))
Posted by: Guest on July-03-2020
0

discord py fetch channel by id

channel = discord.utils.get(ctx.guild.channels, name=given_name)
channel_id = channel.id
Posted by: Guest on January-29-2021

Code answers related to "discord py how to get who send the message"

Python Answers by Framework

Browse Popular Code Answers by Language