We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059e937 commit 44115b9Copy full SHA for 44115b9
bot.py
@@ -846,7 +846,10 @@ async def find_user_id_from_channel(self, channel):
846
@commands.command()
847
@trigger_typing
848
async def reply(self, ctx, *, msg=''):
849
- '''Reply to users using this command.'''
+ '''Reply to users using this command.
850
+
851
+ Supports attachments and images as well as automatically embedding image_urls.
852
+ '''
853
ctx.message.content = msg
854
855
categ = discord.utils.get(ctx.guild.categories, id=ctx.channel.category_id)
0 commit comments