Skip to content

Commit 44115b9

Browse files
committed
Update bot.py
1 parent 059e937 commit 44115b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bot.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,10 @@ async def find_user_id_from_channel(self, channel):
846846
@commands.command()
847847
@trigger_typing
848848
async def reply(self, ctx, *, msg=''):
849-
'''Reply to users using this command.'''
849+
'''Reply to users using this command.
850+
851+
Supports attachments and images as well as automatically embedding image_urls.
852+
'''
850853
ctx.message.content = msg
851854

852855
categ = discord.utils.get(ctx.guild.categories, id=ctx.channel.category_id)

0 commit comments

Comments
 (0)