Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.84k stars 3.76k forks source link

how do i embed #1355

Closed ghost closed 6 years ago

ghost commented 6 years ago

how do i embed messages with this line:

@client.event async def on_message(message): if message.content.startswith('!thing')

Harmon758 commented 6 years ago

http://discordpy.readthedocs.io/en/latest/api.html#discord.Client.send_message

For the rewrite branch: http://discordpy.readthedocs.io/en/rewrite/api.html#discord.abc.Messageable.send

Also, as I've previously informed you, for questions like this, you should join either the official discord.py server or the Discord API server for help, as the README recommends. GitHub issues are not the proper place to ask for help.

ghost commented 6 years ago

my god you do not make sense to me with that